chore: remove jq check as it's not used anymore
This commit is contained in:
		
							
								
								
									
										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") | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user