diff --git a/ios/docs/install_docs.sh b/ios/docs/install_docs.sh index e907581924b..8fa768b997c 100755 --- a/ios/docs/install_docs.sh +++ b/ios/docs/install_docs.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash if [ -z `which appledoc` ]; then - echo "Unable to find appledoc. https://github.com/mapbox/mapbox-gl-native#manually" + echo "Unable to find appledoc. See https://github.com/mapbox/mapbox-gl-native#manually" exit 1 fi