Skip to content

Commit b95d15b

Browse files
authored
Merge pull request #35 from zalando-stups/28-fix-config-file-save
#28 Fixed config file save
2 parents f6236ed + e229793 commit b95d15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zign/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def get_config(config_module=None, override=None):
178178
config['business_partner_id'] = click.prompt('Please enter the Business Partner ID')
179179

180180
if config != old_config:
181-
store_config_ztoken(config, config_module)
181+
stups_cli.config.store_config(config, config_module)
182182

183183
config.update(override)
184184
return config

0 commit comments

Comments
 (0)