Skip to content

Commit

Permalink
Fix typo in key references
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Apr 12, 2024
1 parent 7b17e25 commit d5bc2af
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions pynitrokey/cli/nk3/piv.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,29 +538,29 @@ def generate_key(
type=click.Choice(
[
"9A",
" 9C",
" 9D",
" 9E",
" 82",
" 83",
" 84",
" 85",
" 86",
" 87",
" 88",
" 89",
" 8A",
" 8B",
" 8C",
" 8D",
" 8E",
" 8F",
" 90",
" 91",
" 92",
" 93",
" 94",
" 95",
"9C",
"9D",
"9E",
"82",
"83",
"84",
"85",
"86",
"87",
"88",
"89",
"8A",
"8B",
"8C",
"8D",
"8E",
"8F",
"90",
"91",
"92",
"93",
"94",
"95",
]
),
default="9A",
Expand Down

0 comments on commit d5bc2af

Please sign in to comment.