update checker code in patchStrategicMerge

This commit is contained in:
yugo kobayashi
2022-08-28 16:53:36 +00:00
parent b4d25b1b26
commit 032bf3338e
3 changed files with 68 additions and 6 deletions

View File

@@ -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
}