mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 19:44:18 +02:00
satisfy full linter
This commit is contained in:
@@ -25,6 +25,7 @@ import (
|
||||
|
||||
func isJQinstalled() bool {
|
||||
cmd := exec.CommandContext(context.Background(), "jq", "-h")
|
||||
|
||||
out, err := cmd.Output()
|
||||
if err != nil {
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user