From 95c91b530f133914961f5730f7fa03e61de0829a Mon Sep 17 00:00:00 2001 From: Jan Bader Date: Fri, 3 Jan 2025 00:29:20 +0100 Subject: [PATCH] chore: remove jq check as it's not used anymore --- main.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/main.go b/main.go index 95e5158..13da958 100644 --- a/main.go +++ b/main.go @@ -83,12 +83,6 @@ func main() { os.Exit(0) } - // Check for jq - if _, err := exec.LookPath("jq"); err != nil { - fmt.Println("please install 'jq'") - os.Exit(-4) - } - fmt.Println("Settings:") if *uploadMissing { fmt.Println(" - UPLOAD files? YES")