Skip to content

Commit 9145926

Browse files
authored
Update converter.sh
1 parent 7783893 commit 9145926

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

converter.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ read -p $'\e[37mTo acknowledge and continue, press enter. To exit, press Ctrl+C.
119119
fi
120120

121121
# ensure we have all the required dependencies
122-
dependency_check "1.6\|1.7" "https://stedolan.github.io/jq/download/" "jq --version" "1.6"
122+
dependency_check "jq" "https://stedolan.github.io/jq/download/" "jq --version" "1.6\|1.7"
123123
dependency_check "sponge" "https://joeyh.name/code/moreutils/" "-v sponge" ""
124124
dependency_check "imagemagick" "https://imagemagick.org/script/download.php" "convert --version" ""
125125
dependency_check "spritesheet-js" "https://www.npmjs.com/package/spritesheet-js" "-v spritesheet-js" ""

0 commit comments

Comments
 (0)