From 4c5d59f751dc517c4070760ccf1b98b3adba26ef Mon Sep 17 00:00:00 2001 From: Adam Schubert Date: Sat, 19 Nov 2022 05:26:46 +0100 Subject: [PATCH] chore: Typos --- gitlab_tools/views/fingerprint/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab_tools/views/fingerprint/index.py b/gitlab_tools/views/fingerprint/index.py index 12f26f7..2509f87 100644 --- a/gitlab_tools/views/fingerprint/index.py +++ b/gitlab_tools/views/fingerprint/index.py @@ -210,7 +210,7 @@ def add_hostname_fingerprint() -> Tuple[flask.Response, int]: 'message': 'Signature is older than 2 hours, please generate a new one' }), 403 - # Everything looks "hunky dory" lets continue + # Everything looks "hunky-dory" lets continue known_hosts_path = get_user_known_hosts_path(current_user, flask.current_app.config['USER']) found = check_hostname(hostname, known_hosts_path)[0]