Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Commit

Permalink
Merge pull request #7 from cberg-zalando/fix-placeholder
Browse files Browse the repository at this point in the history
Fix place holder character for string.format
  • Loading branch information
Jan-M committed Nov 26, 2015
2 parents b433420 + 460db2f commit 9288a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zmon_cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def get_config_data():
allow_unicode=True,
encoding='utf-8')
else:
clickclick.warning("No configuration file found at [%s]".format(DEFAULT_CONFIG_FILE))
clickclick.warning("No configuration file found at [{}]".format(DEFAULT_CONFIG_FILE))
data['url'] = click.prompt("ZMon Base URL (e.g. https://zmon2.local/rest/api/v1)")
data['user'] = click.prompt("ZMon username", default=os.environ['USER'])

Expand Down

0 comments on commit 9288a1a

Please sign in to comment.