Skip to content

Commit 73d9b6f

Browse files
committed
test(bump): fix info message
1 parent cf6fc31 commit 73d9b6f

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)