chore: remove jq check as it's not used anymore
This commit is contained in:
parent
6c38703cf2
commit
95c91b530f
6
main.go
6
main.go
@ -83,12 +83,6 @@ func main() {
|
|||||||
os.Exit(0)
|
os.Exit(0)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check for jq
|
|
||||||
if _, err := exec.LookPath("jq"); err != nil {
|
|
||||||
fmt.Println("please install 'jq'")
|
|
||||||
os.Exit(-4)
|
|
||||||
}
|
|
||||||
|
|
||||||
fmt.Println("Settings:")
|
fmt.Println("Settings:")
|
||||||
if *uploadMissing {
|
if *uploadMissing {
|
||||||
fmt.Println(" - UPLOAD files? YES")
|
fmt.Println(" - UPLOAD files? YES")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user