Skip to content

Commit 4b7716a

Browse files
committed
docs(bump): fix info message
1 parent 33b8399 commit 4b7716a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commitizen/commands/bump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def is_initial_tag(
110110
if is_yes:
111111
return True
112112

113-
out.info("No tag matching configuration could not be found.")
113+
out.info("No tag matching configuration could be found.")
114114
out.info(
115115
"Possible causes:\n"
116116
"- version in configuration is not the current version\n"

0 commit comments

Comments
 (0)