check jq, fixes #170

This commit is contained in:
Alif Rachmawadi
2022-07-19 06:32:29 +07:00
parent 29ad5bdaf4
commit 9c6ea81337

View File

@@ -90,6 +90,11 @@ transform_path() {
fi
}
if ! command -v jq; then
echo "jq not found, please install it, https://stedolan.github.io/jq/download/"
exit 1
fi
CACHE_PATH=""
while getopts 'c:' flag; do