Update apigen executable name
This commit is contained in:
parent
0d90c7a78e
commit
920a92f352
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user