We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 039f5e9 + c146901 commit 6b701a7Copy full SHA for 6b701a7
commitizen/commands/init.py
@@ -39,7 +39,7 @@ def __call__(self):
39
40
def _ask_config_path(self) -> str:
41
name = questionary.select(
42
- "Please choose a supported config file: (default: pyproject.tml)",
+ "Please choose a supported config file: (default: pyproject.toml)",
43
choices=long_term_support_config_files,
44
default="pyproject.toml",
45
style=self.cz.style,
@@ -48,7 +48,7 @@ def _ask_config_path(self) -> str:
48
49
def _ask_name(self) -> str:
50
51
- "Please choose a cz: (default: cz_conventional_commits)",
+ "Please choose a cz (commit rule): (default: cz_conventional_commits)",
52
choices=list(registry.keys()),
53
default="cz_conventional_commits",
54
0 commit comments