summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-09-07 14:45:11 -0700
committerJustin R. Miller <incanus@codesorcery.net>2015-09-07 14:45:11 -0700
commitb29ef4011ef7f92af84d207aa5b005b8bb5c12e2 (patch)
tree518dd20e3a1966facd853cdec18cde78cd0e4b03 /scripts
parent72b75fab983f8b4064ffc22951dac0fbc8bbd87a (diff)
downloadqtlocation-mapboxgl-b29ef4011ef7f92af84d207aa5b005b8bb5c12e2.tar.gz
fix typo in iOS script
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ios/publish.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ios/publish.sh b/scripts/ios/publish.sh
index 61270fb45e..c914fcaccd 100755
--- a/scripts/ios/publish.sh
+++ b/scripts/ios/publish.sh
@@ -6,7 +6,7 @@ set -u
#
# iOS release tag format is `vX.Y.Z`; `X.Y.Z` gets passed in
-# In the case of symbolicated builds, we also append the `style`.
+# In the case of symbolicated builds, we also append the `-symbols`.
#
PUBLISH_VERSION="$1"