Skip to content

Commit

Permalink
chore: Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamek committed Nov 19, 2022
1 parent ccf0fc8 commit 4c5d59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab_tools/views/fingerprint/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 4c5d59f

Please sign in to comment.