summaryrefslogtreecommitdiff
path: root/scripts/trigger-maps-documentation-deploy-steps.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/trigger-maps-documentation-deploy-steps.sh')
-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}"