diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2015-06-18 15:39:24 -0700 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2015-06-18 15:39:24 -0700 |
commit | a2fa3726785ea71d1b430895631dabfcc56744cc (patch) | |
tree | 98410f20ff3b7ec92f54c7371e89a5d0d0f87a60 /ios/docs/install_docs.sh | |
parent | 7bef7b310777c41889aeb05ac0d9a2301dfc67da (diff) | |
download | qtlocation-mapboxgl-a2fa3726785ea71d1b430895631dabfcc56744cc.tar.gz |
fix appledoc version parsing
Diffstat (limited to 'ios/docs/install_docs.sh')
-rwxr-xr-x | ios/docs/install_docs.sh | 2 |
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 |