Explorar o código

removed the -a flag from the commit command which kept commiting the durn utility I was working on (#5200)

Jason Crist %!s(int64=3) %!d(string=hai) anos
pai
achega
3ad0edcf69
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      theme-utils.mjs

+ 1 - 1
theme-utils.mjs

@@ -129,7 +129,7 @@ async function pushButtonDeploy(repoType) {
 			}
 
 			await executeCommand(`
-				git commit -a -m "Version Bump";
+				git commit -m "Version Bump";
 				git push
 			`, true);
 		}