diff --git a/commitizen/cli.py b/commitizen/cli.py index 41e97cf1ec..e910745a3c 100644 --- a/commitizen/cli.py +++ b/commitizen/cli.py @@ -71,7 +71,6 @@ def load_cfg(): for cfg in configs: if not os.path.exists(config_file) and os.path.exists(cfg): config_file = cfg - break config_file_exists = os.path.exists(config_file) if config_file_exists: