зеркало из https://github.com/microsoft/docker.git
lint fixes
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
Родитель
cf6483a152
Коммит
baffa793db
|
@ -286,9 +286,8 @@ func (container *Container) UnmountSecrets() error {
|
|||
if _, err := os.Stat(container.SecretMountPath()); err != nil {
|
||||
if os.IsNotExist(err) {
|
||||
return nil
|
||||
} else {
|
||||
return err
|
||||
}
|
||||
return err
|
||||
}
|
||||
|
||||
return detachMounted(container.SecretMountPath())
|
||||
|
|
Загрузка…
Ссылка в новой задаче