Skip to content

Commit

Permalink
🐛 (cli): Extra +
Browse files Browse the repository at this point in the history
  • Loading branch information
vict0rsch committed Jul 7, 2023
1 parent e72df3b commit ccd98ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitmopy/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def commit(
if not status["staged"] and not add:
print(
col(
+"\nNo staged files. Stage files yourself or use [b]--add[/b]"
"\nNo staged files. Stage files yourself or use [b]--add[/b]"
+ " to add all unstaged files.\n",
"y",
)
Expand Down

0 comments on commit ccd98ca

Please sign in to comment.