Revert commit change (#4974)

This commit is contained in:
Ben Dwyer 2021-11-04 11:00:33 +00:00 committed by GitHub
parent 6f20856cf5
commit b3998f3a56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -243,7 +243,7 @@ async function landChangesSvn(diffId){
return await executeOnSandbox(`
cd ${sandboxPublicThemesFolder};
svn ci -m ${diffId}
`, true, true );
`, true );
}
async function getChangedThemes(hash) {