diff --git a/script/validate-version b/script/validate-version index 73ba6aaacbb5f1b3f9eebb2c6d7d97eb838b9447..28102c5038a13cb0805a5d0d5aade0b33b49c184 100755 --- a/script/validate-version +++ b/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