Skip to content

Commit 4b2bdd9

Browse files
author
Rub21
committed
Fix name for overwrite config
1 parent d3aaf4a commit 4b2bdd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/taginfo/overwrite_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def main(config_file, overwrite_config_url):
2121
if 'sources' in overwrite_values.keys() and 'master' in overwrite_values['sources'].keys():
2222
current_values['sources']['master'] = overwrite_values['sources']['master']
2323
# Overwrite file
24-
with open(config_file + '.json', 'w') as f:
24+
with open(config_file, 'w') as f:
2525
f.write(json.dumps(current_values))
2626

2727

0 commit comments

Comments
 (0)