mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-30 01:46:23 +00:00
Add more loader tests.
This commit is contained in:
@@ -133,7 +133,7 @@ func newFileLoaderAt(
|
||||
}
|
||||
if !fSys.IsDir(absRoot) {
|
||||
return nil, fmt.Errorf(
|
||||
"absolute root dir '%s' does not exist", absRoot)
|
||||
"'%s' does not exist or is not a directory", absRoot)
|
||||
}
|
||||
return &fileLoader{
|
||||
roots: append(roots, absRoot),
|
||||
|
||||
Reference in New Issue
Block a user