mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-17 01:39:06 +00:00
update checker code in patchStrategicMerge
This commit is contained in:
@@ -55,8 +55,7 @@ func RunFix(fSys filesys.FileSystem, w io.Writer) error {
|
||||
return err
|
||||
}
|
||||
|
||||
err = m.FixKustomizationPreMarshalling()
|
||||
if err != nil {
|
||||
if err := m.FixKustomizationPreMarshalling(fSys); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user