Revert commit change (#4974)
This commit is contained in:
parent
6f20856cf5
commit
b3998f3a56
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ async function landChangesSvn(diffId){
|
|||
return await executeOnSandbox(`
|
||||
cd ${sandboxPublicThemesFolder};
|
||||
svn ci -m ${diffId}
|
||||
`, true, true );
|
||||
`, true );
|
||||
}
|
||||
|
||||
async function getChangedThemes(hash) {
|
||||
|
|
Loading…
Reference in a new issue