Add missing 's' to comment string
parent
9edda72985
commit
5e00adc98f
|
@ -198,7 +198,7 @@ func getWindowsVolumeNameCmd(d string) (string, error) {
|
|||
return vname, nil
|
||||
}
|
||||
|
||||
// loadImageFromCache load a single image from the cache
|
||||
// loadImageFromCache loads a single image from the cache
|
||||
func loadImageFromCache(cr bootstrapper.CommandRunner, k8s config.KubernetesConfig, src string) error {
|
||||
glog.Infoln("Loading image from cache at ", src)
|
||||
filename := filepath.Base(src)
|
||||
|
|
Loading…
Reference in New Issue