mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-18 12:42:19 +00:00
cleanup after handling remote bases
This commit is contained in:
@@ -68,7 +68,7 @@ func newGithubLoader(repoUrl string, fs fs.FileSystem) (*githubLoader, error) {
|
||||
l := newFileLoaderAtRoot(target, fs)
|
||||
return &githubLoader{
|
||||
repo: repoUrl,
|
||||
checkoutDir: target,
|
||||
checkoutDir: dir,
|
||||
loader: l,
|
||||
}, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user