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.
1 parent 58fc55a commit cb91feaCopy full SHA for cb91fea
commitizen/config/json_config.py
@@ -14,7 +14,7 @@ def __init__(self, *, data: str, path: Union[Path, str]):
14
15
def init_empty_config_content(self):
16
with open(self.path, "a") as json_file:
17
- json.dump({"commitizen": ""}, json_file)
+ json.dump({"commitizen": {}}, json_file)
18
19
def set_key(self, key, value):
20
"""Set or update a key in the conf.
0 commit comments