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

This commit is contained in:
Jason Crist 2021-12-15 13:18:32 -05:00 committed by GitHub
parent fd36e70ebb
commit 3ad0edcf69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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