Skip to content

Commit

Permalink
undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel2392 committed May 9, 2024
1 parent 6d2b692 commit 66c02be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/git.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function main() {

if (quickgo.environ.m) {
console.info(`Committing changes with message: '${quickgo.environ.m}'`);
os.exec(`git commit -m "${quickgo.environ.message}"`);
os.exec(`git commit -m "${quickgo.environ.m}"`);
} else {
os.exec(`git commit -m "QuickGo update"`);
}
Expand Down

0 comments on commit 66c02be

Please sign in to comment.