mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-18 04:15:26 +00:00
Move hacks to hack (match k8s pattern).
This commit is contained in:
@@ -150,7 +150,7 @@ func (l *Loader) loadPlugin(resId resid.ResId) (resmap.Configurable, error) {
|
||||
if err == nil {
|
||||
return p, nil
|
||||
}
|
||||
if err != nil && !os.IsNotExist(err) {
|
||||
if !os.IsNotExist(err) {
|
||||
return nil, err
|
||||
}
|
||||
c, err := l.loadGoPlugin(resId)
|
||||
|
||||
Reference in New Issue
Block a user