From a2fa3726785ea71d1b430895631dabfcc56744cc Mon Sep 17 00:00:00 2001 From: "Justin R. Miller" Date: Thu, 18 Jun 2015 15:39:24 -0700 Subject: fix appledoc version parsing --- ios/docs/install_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ios/docs') 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 -- cgit v1.2.1