From 920a92f35214c4d32aacf790153bcc532efa4c13 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Wed, 10 Sep 2014 12:43:04 -0700 Subject: [PATCH] Update apigen executable name --- bin/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/release.sh b/bin/release.sh index 13a5f70..33c033f 100755 --- a/bin/release.sh +++ b/bin/release.sh @@ -27,7 +27,7 @@ if [ -n "$(git status --porcelain)" ]; then exit 1 fi -../vendor/bin/apigen.php --quiet --download --title "GeoIP2 PHP API $TAG" --source ../src --destination doc/$TAG +../vendor/bin/apigen --quiet --download --title "GeoIP2 PHP API $TAG" --source ../src --destination doc/$TAG PAGE=index.md cat < $PAGE