Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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)

AltStyle によって変換されたページ (->オリジナル) /