mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
More tests, better errors.
This commit is contained in:
@@ -139,7 +139,7 @@ func CurrentWorkingDir() string {
|
||||
if len(pwd) > 0 {
|
||||
return pwd
|
||||
}
|
||||
return "."
|
||||
return filesys.SelfDir
|
||||
}
|
||||
|
||||
func pwdEnv() string {
|
||||
|
||||
Reference in New Issue
Block a user