Skip to content

Commit 1118f65

Browse files
bearomorphismLee-W
authored andcommitted
fix(init): make welcome message easier to read
1 parent d417cf7 commit 1118f65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commitizen/commands/init.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ def __call__(self) -> None:
142142

143143
out.info("Welcome to commitizen!\n")
144144
out.line(
145-
"Answer the questions to configure your project.\n"
146-
"For further configuration visit:\n"
145+
"Answer the following questions to configure your project.\n"
146+
"For further configuration, visit:\n"
147147
"\n"
148148
"https://commitizen-tools.github.io/commitizen/config/"
149149
"\n"

0 commit comments

Comments
 (0)