Update godeps
This commit is contained in:
parent
597a0e691a
commit
9085e24a29
50 changed files with 5284 additions and 4676 deletions
2
vendor/k8s.io/kubernetes/pkg/volume/util/util.go
generated
vendored
2
vendor/k8s.io/kubernetes/pkg/volume/util/util.go
generated
vendored
|
|
@ -94,7 +94,7 @@ func UnmountPath(mountPath string, mounter mount.Interface) error {
|
|||
return err
|
||||
}
|
||||
if notMnt {
|
||||
glog.V(4).Info("%q is unmounted, deleting the directory", mountPath)
|
||||
glog.V(4).Infof("%q is unmounted, deleting the directory", mountPath)
|
||||
return os.Remove(mountPath)
|
||||
}
|
||||
return nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue