summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xplatform/ios/scripts/document.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/scripts/document.sh b/platform/ios/scripts/document.sh
index 5f3eb31849..345cfdf7ea 100755
--- a/platform/ios/scripts/document.sh
+++ b/platform/ios/scripts/document.sh
@@ -5,7 +5,7 @@ set -o pipefail
set -u
if [ -z `which jazzy` ]; then
- step "Installing jazzy…"
+ echo "Installing jazzy…"
gem install jazzy
if [ -z `which jazzy` ]; then
echo "Unable to install jazzy. See https://github.com/mapbox/mapbox-gl-native/blob/master/platform/ios/INSTALL.md"