Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elg authored Jun 26, 2019
1 parent a562e60 commit 536d53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion passhportd/app/views_mod/user/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ def update_authorized_keys(orig_name, orig_sshkey, new_name, new_sshkey):
if line == authorized_keys_line[:-1]:
warning = ("WARNING: There is more " + \
"than one line with this name and sshkey " + \
origname + " - " + orig_sshkey + \
orig_name + " - " + orig_sshkey + \
", probably added manually. " + \
"You should edit it manually")

Expand Down

0 comments on commit 536d53e

Please sign in to comment.