fix: disable sorting for excludes and iexcludes

This commit is contained in:
garethgeorge
2024-07-01 22:30:35 -07:00
parent 955771e1cc
commit d7425b5893
-2
View File
@@ -134,8 +134,6 @@ func validatePlan(plan *v1.Plan, repos map[string]*v1.Repo) error {
}
slices.Sort(plan.Paths)
slices.Sort(plan.Excludes)
slices.Sort(plan.Iexcludes)
return err
}