From b29ef4011ef7f92af84d207aa5b005b8bb5c12e2 Mon Sep 17 00:00:00 2001 From: "Justin R. Miller" Date: Mon, 7 Sep 2015 14:45:11 -0700 Subject: fix typo in iOS script --- scripts/ios/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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" -- cgit v1.2.1