mirror of https://github.com/docker/docs.git
explicit return in yubikeystore.AddKey to see if interface typing is causing weird behaviour
Signed-off-by: David Lawrence <david.lawrence@docker.com> (github: endophage)
This commit is contained in:
parent
a3336e696e
commit
72cd24ac13
|
@ -548,6 +548,7 @@ func (s *YubiKeyStore) AddKey(keyID, role string, privKey data.PrivateKey) error
|
||||||
role: role,
|
role: role,
|
||||||
slotID: slot,
|
slotID: slot,
|
||||||
}
|
}
|
||||||
|
return nil
|
||||||
}
|
}
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue