Skip to content

Commit

Permalink
Fix phpDocumentor call
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Dec 12, 2019
1 parent efaa3b2 commit e954667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ cachedir="/tmp/phpdoc-$$-$RANDOM"
rm -rf "$cachedir"

php phpDocumentor.phar \
-d src,../MaxMind-DB-Reader-php/src \
-d ../src,../../MaxMind-DB-Reader-php/src \
--visibility public \
--cache-folder "$cachedir" \
--title "GeoIP2 PHP API $tag" \
Expand Down

0 comments on commit e954667

Please sign in to comment.