script/validate-version 🔗
@@ -2,6 +2,7 @@
set -e
+mkdir -p vendor/bin
if [[ ! -f vendor/bin/jq ]]; then
curl -L https://github.com/stedolan/jq/releases/download/jq-1.6/jq-osx-amd64 > vendor/bin/jq
chmod +x vendor/bin/jq
Antonio Scandurra created
script/validate-version | 1 +
1 file changed, 1 insertion(+)
@@ -2,6 +2,7 @@
set -e
+mkdir -p vendor/bin
if [[ ! -f vendor/bin/jq ]]; then
curl -L https://github.com/stedolan/jq/releases/download/jq-1.6/jq-osx-amd64 > vendor/bin/jq
chmod +x vendor/bin/jq