Skip to content

Commit

Permalink
feat(console): improve console log
Browse files Browse the repository at this point in the history
  • Loading branch information
stefdelec committed Feb 19, 2021
1 parent dceb8e3 commit fba1eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ if (argv.prettyPrint) {
const filters = argv.filters ? argv.filters.split('|') : undefined;
prettyPrint(commitFrom, groupBy, argv.output, title, filters);
if (argv.addAll) {
console.log('Adding files to stage');
console.log('Adding files to previous commit');
shortCut.ex('git add .')
shortCut.ex('git commit --amend --no-edit')
}
Expand Down

0 comments on commit fba1eb1

Please sign in to comment.