diff options
Diffstat (limited to 'windowPatches.go')
| -rw-r--r-- | windowPatches.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/windowPatches.go b/windowPatches.go index 793afb8..ad14e7f 100644 --- a/windowPatches.go +++ b/windowPatches.go @@ -1,6 +1,7 @@ package main import ( + "slices" "strings" "sync" @@ -90,6 +91,7 @@ func (r *patchesWindow) initWindow() { log.Info(err) return } + slices.Reverse(lines) for i, line := range lines { log.Info(i, line) r.addPatchset(line) |
