diff --git a/files/keyhelper.py b/files/keyhelper.py index 2a018cb..60ec0a9 100644 --- a/files/keyhelper.py +++ b/files/keyhelper.py @@ -80,5 +80,6 @@ if not result["found"]: sys.exit(0) print( - "%s %s" % (pagure_config["SSH_KEY_OPTIONS"] % result, result["public_key"]) + "%s %s" + % (pagure_config["SSH_KEYS_OPTIONS"] % result, result["public_key"]) )