mirror of
https://github.com/docker/docs.git
synced 2026-03-31 08:18:55 +07:00
removekey had an errant return
Signed-off-by: David Lawrence <david.lawrence@docker.com> (github: endophage)
This commit is contained in:
@@ -110,7 +110,6 @@ func (cs *CryptoService) RemoveKey(keyID string) (err error) {
|
||||
continue
|
||||
}
|
||||
err = ks.RemoveKey(keyPath)
|
||||
return
|
||||
}
|
||||
}
|
||||
return // returns whatever the final values were
|
||||
|
||||
Reference in New Issue
Block a user