mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-09-23 16:35:38 +00:00
fix: disable sorting for excludes and iexcludes
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user