Skip to content

Commit e954667

Browse files
committed
Fix phpDocumentor call
1 parent efaa3b2 commit e954667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-bin/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ cachedir="/tmp/phpdoc-$$-$RANDOM"
8484
rm -rf "$cachedir"
8585

8686
php phpDocumentor.phar \
87-
-d src,../MaxMind-DB-Reader-php/src \
87+
-d ../src,../../MaxMind-DB-Reader-php/src \
8888
--visibility public \
8989
--cache-folder "$cachedir" \
9090
--title "GeoIP2 PHP API $tag" \

0 commit comments

Comments
 (0)