Skip to content

Commit fd480ed

Browse files
wgjak47woile
authored andcommitted
fix: fix config file not working
1 parent e4840a0 commit fd480ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

commitizen/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ def load_cfg():
7171
for cfg in configs:
7272
if not os.path.exists(config_file) and os.path.exists(cfg):
7373
config_file = cfg
74-
break
7574

7675
config_file_exists = os.path.exists(config_file)
7776
if config_file_exists:

0 commit comments

Comments
 (0)