mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-17 17:52:12 +00:00
Merge pull request #3177 from Shell32-Natsu/json-patch
Improve json patch plugin
This commit is contained in:
@@ -31,7 +31,7 @@ func (s StringList) Has(val []string) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func isStringSliceEqual (s []string, t []string) bool {
|
||||
func isStringSliceEqual(s []string, t []string) bool {
|
||||
if len(s) != len(t) {
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user