From 14e853c793812faeca0fb99f2992d64f877dda3b Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Sun, 20 Apr 2025 19:14:42 +0200 Subject: [PATCH] fix len condition --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 7e09a04..d218eb3 100644 --- a/main.go +++ b/main.go @@ -129,7 +129,7 @@ func main() { } } - if len(packagesInQueue) == 0 { + if len(packagesInQueue) > 0 { log.Debugf("found %d of your local packages in queue", len(packagesInQueue)) if *jsonFlag { err = json.NewEncoder(os.Stdout).Encode(JSONOut{