mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-10 08:20:59 +00:00
address comments
This commit is contained in:
@@ -88,10 +88,7 @@ func isExecAvailable(name string) bool {
|
||||
if os.IsNotExist(err) {
|
||||
return false
|
||||
}
|
||||
if f.Mode()&0111 != 0000 {
|
||||
return true
|
||||
}
|
||||
return false
|
||||
return f.Mode()&0111 != 0000
|
||||
}
|
||||
|
||||
func loadAndConfigurePlugin(
|
||||
|
||||
Reference in New Issue
Block a user