Skip to content

Commit

Permalink
Fix copypasta typos
Browse files Browse the repository at this point in the history
  • Loading branch information
xeger committed Feb 5, 2023
1 parent 13a142a commit 70f9c69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yubikey.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def beautify(msg):
else:
return msg

# Call 1Password to get an OTP for a given vault item.
# Call YubiKey to get an OTP for a given vault item.


def get_otp(title):
Expand Down Expand Up @@ -106,7 +106,7 @@ def pre_get_credentials(config: dict, arguments: argparse.Namespace, profiles: d
if item:
arguments.mfa_token = get_otp(item)
if arguments.mfa_token:
safe_print('Obtained MFA token from 1Password item: %s' %
safe_print('Obtained MFA token from YubiKey item: %s' %
(item), colorama.Fore.CYAN)
except Exception:
handle_crash()

0 comments on commit 70f9c69

Please sign in to comment.