1 Commits
1.0.6 ... main

Author SHA1 Message Date
14e853c793 fix len condition 2025-04-20 19:14:42 +02:00

View File

@@ -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{