Skip to content

Commit

Permalink
Update diff.go
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Jun 26, 2024
1 parent 35397e3 commit 1793356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/kernel/diff.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func Diff(k1, k2 *macho.File, conf *mcmd.DiffConfig) (*mcmd.MachoDiff, error) {
slices.Sort(nextFiles)

/* DIFF KERNEL */

diff.New = utils.Difference(nextFiles, prevFiles)
diff.Removed = utils.Difference(prevFiles, nextFiles)
// gc
prevFiles = []string{}
Expand Down

0 comments on commit 1793356

Please sign in to comment.