Skip to content

Commit

Permalink
Use sort with version in setupModifiers
Browse files Browse the repository at this point in the history
The codebase uses sortFilesVersionName prior to writing out manifests
and that should be used in setupModifiers as well.

Signed-off-by: William Douglas <[email protected]>
  • Loading branch information
bryteise committed Apr 19, 2023
1 parent 50604c4 commit 05fff65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swupd/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ func (m *Manifest) setupModifiers() error {
f.setFullModifier(m)
}
}
m.sortFilesName()
m.sortFilesVersionName()
return nil
}

Expand Down

0 comments on commit 05fff65

Please sign in to comment.