Skip to content

Commit

Permalink
Update apigen executable name
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Sep 10, 2014
1 parent 0d90c7a commit 920a92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<EOF > $PAGE
Expand Down

0 comments on commit 920a92f

Please sign in to comment.