Skip to content

Commit a055a5b

Browse files
committed
fix: wip
1 parent e473e20 commit a055a5b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

commitizen/commands/init.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ def __init__(self, config: BaseConfig, *args: object) -> None:
7878

7979
def __call__(self) -> None:
8080
if self.config.path:
81-
out.line(f"Config file {self.config.path} already exists")
81+
out.line(
82+
f"Config file {self.config.path} already exists."
83+
) # Check if the change triggers the pipeline
8284
return
8385

8486
out.info("Welcome to commitizen!\n")

0 commit comments

Comments
 (0)