mirror of https://github.com/docker/docs.git
removekey had an errant return
Signed-off-by: David Lawrence <david.lawrence@docker.com> (github: endophage)
This commit is contained in:
parent
de9f651494
commit
a3336e696e
|
@ -110,7 +110,6 @@ func (cs *CryptoService) RemoveKey(keyID string) (err error) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
err = ks.RemoveKey(keyPath)
|
err = ks.RemoveKey(keyPath)
|
||||||
return
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return // returns whatever the final values were
|
return // returns whatever the final values were
|
||||||
|
|
Loading…
Reference in New Issue