mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 04:52:08 +00:00
fix comment of isDir
This commit is contained in:
parent
1fd6e97ad9
commit
4ee0a74049
@ -218,7 +218,7 @@ func handleConfigMapFromEnvFileSource(configMap *api.ConfigMap, envFileSource st
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if info.IsDir() {
|
if info.IsDir() {
|
||||||
return fmt.Errorf("must be a file")
|
return fmt.Errorf("env config file cannot be a directory")
|
||||||
}
|
}
|
||||||
|
|
||||||
return addFromEnvFile(envFileSource, func(key, value string) error {
|
return addFromEnvFile(envFileSource, func(key, value string) error {
|
||||||
|
Loading…
Reference in New Issue
Block a user