forked from TrueCloudLab/certificates
Fix typo.
This commit is contained in:
parent
e75a9409a5
commit
180b5c3e3c
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ func getSlotAndName(name string) (piv.Slot, string, error) {
|
|||
|
||||
s, ok := slotMapping[slotID]
|
||||
if !ok {
|
||||
return piv.Slot{}, "", errors.Errorf("usupported slot-id '%s'", name)
|
||||
return piv.Slot{}, "", errors.Errorf("unsupported slot-id '%s'", name)
|
||||
}
|
||||
|
||||
name = "yubikey:slot-id=" + url.QueryEscape(slotID)
|
||||
|
|
Loading…
Add table
Reference in a new issue