summaryrefslogtreecommitdiff
path: root/platform/ios/scripts/install-packaging-dependencies.sh
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/scripts/install-packaging-dependencies.sh')
-rwxr-xr-xplatform/ios/scripts/install-packaging-dependencies.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/scripts/install-packaging-dependencies.sh b/platform/ios/scripts/install-packaging-dependencies.sh
index fe3288e0d6..6f09e0d264 100755
--- a/platform/ios/scripts/install-packaging-dependencies.sh
+++ b/platform/ios/scripts/install-packaging-dependencies.sh
@@ -18,7 +18,7 @@ if [ -z `which wget` ]; then
brew install wget
fi
-if [ -z `which jazzy` ]; then
+if [[ -z `which jazzy` || $(jazzy -v) != "jazzy version: ${JAZZY_VERSION}" ]]; then
step "Installing jazzy…"
CIRCLECI=${CIRCLECI:-false}