summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2019-10-24 10:07:42 -0700
committerjmkiley <jordan.kiley@mapbox.com>2019-10-24 10:07:42 -0700
commit33baa7bbb4577f5688fec2b96b37b9dea7a797f7 (patch)
tree393d17152553500bb5535c0d08f673573a524817
parent646d4e3996513ed3e9247e958d39ce9e9b506652 (diff)
downloadqtlocation-mapboxgl-upstream/jk-enable-two-repos.tar.gz
[ios] change flavor for docs updateupstream/jk-enable-two-repos
-rwxr-xr-xscripts/trigger-maps-documentation-deploy-steps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/trigger-maps-documentation-deploy-steps.sh b/scripts/trigger-maps-documentation-deploy-steps.sh
index 128b7cda8b..ebba4a2cb9 100755
--- a/scripts/trigger-maps-documentation-deploy-steps.sh
+++ b/scripts/trigger-maps-documentation-deploy-steps.sh
@@ -6,7 +6,7 @@ function step { >&2 echo -e "\033[1m\033[36m* $@\033[0m"; }
function finish { >&2 echo -en "\033[0m"; }
trap finish EXIT
-SDK_FLAVOR=${SDK_FLAVOR:-"maps"}
+SDK_FLAVOR=${SDK_FLAVOR:-"mapbox-gl-native"}
step "Triggering automated site and documentation generation for ${SDK_FLAVOR} SDK ${VERSION_TAG}"