Skip to content

Commit d9b756d

Browse files
authored
Merge pull request #194 from aaditkamat/fix-init-typo
style(init): fix typo in init script
2 parents bbcc922 + a60bd91 commit d9b756d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commitizen/commands/init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def __call__(self):
3232
values_to_add["version"] = Version(tag).public
3333
values_to_add["tag_format"] = self._ask_tag_format(tag)
3434
self._update_config_file(values_to_add)
35-
out.write("You can bump the version and create cangelog running:\n")
35+
out.write("You can bump the version and create changelog running:\n")
3636
out.info("cz bump --changelog")
3737
out.success("The configuration are all set.")
3838
else:

0 commit comments

Comments
 (0)