Browse Source

Revert commit change (#4974)

Ben Dwyer 3 years ago
parent
commit
b3998f3a56
1 changed files with 1 additions and 1 deletions
  1. 1 1
      theme-utils.mjs

+ 1 - 1
theme-utils.mjs

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