Преглед на файлове

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

Jason Crist преди 3 години
родител
ревизия
3ad0edcf69
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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);
 		}