Explorar el Código

Revert commit change (#4974)

Ben Dwyer hace 3 años
padre
commit
b3998f3a56
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      theme-utils.mjs

+ 1 - 1
theme-utils.mjs

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