From 7cc1490eab3c339bf976437c27ced4b9599e0523 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 12 Jan 2022 18:17:35 +0000 Subject: added makefile --- src/verbs/sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/verbs/sync.py') diff --git a/src/verbs/sync.py b/src/verbs/sync.py index 866a821..53fcfb4 100644 --- a/src/verbs/sync.py +++ b/src/verbs/sync.py @@ -180,7 +180,7 @@ def import_key(name, url, config, verbose=False, root="/"): key_path = util.curl_to_file(url, key_path) print(colors.GREEN + f"Imported {name}.pub") except Exception as e: - print(colors.RED + f"Failed to import key:", colors.DARK_RED + str(e)) + print(colors.RED + f"Failed to import key:", colors.RED + str(e)) def keyimport(args, options, config): if len(args) > 1: -- cgit v1.2.1