mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-16 17:33:14 +00:00
Reinstate #4652 without url-related code
Remove code that changes remotes-loading code path, as mandated by #4756
This commit is contained in:
@@ -102,6 +102,9 @@ type fakeLoader struct {
|
||||
path string
|
||||
}
|
||||
|
||||
func (l fakeLoader) Repo() (string, bool) {
|
||||
return "", false
|
||||
}
|
||||
func (l fakeLoader) Root() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user