Skip to content

Commit 24473f4

Browse files
committed
fix(init): make welcome message easier to read
1 parent 6b4f8b0 commit 24473f4

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
@@ -92,8 +92,8 @@ def __call__(self) -> None:
9292

9393
out.info("Welcome to commitizen!\n")
9494
out.line(
95-
"Answer the questions to configure your project.\n"
96-
"For further configuration visit:\n"
95+
"Answer the following questions to configure your project.\n"
96+
"For further configuration, visit:\n"
9797
"\n"
9898
"https://commitizen-tools.github.io/commitizen/config/"
9999
"\n"

0 commit comments

Comments
 (0)