summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
Diffstat (limited to 'ios')
-rwxr-xr-xios/docs/install_docs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/docs/install_docs.sh b/ios/docs/install_docs.sh
index 8fa768b997..569c2e0abb 100755
--- a/ios/docs/install_docs.sh
+++ b/ios/docs/install_docs.sh
@@ -7,7 +7,7 @@ fi
OUTPUT="/tmp/`uuidgen`"
-VERSION=$( git tag -l ios\* --sort -v:refname | sed -n '1p' | sed 's/ios-v//' )
+VERSION=$( git tag --sort -v:refname | sed -n '1p' | sed 's/^v//' )
echo "Creating new docs for ${VERSION}..."
echo