fixed incorrect phpdoc parameter

This commit is contained in:
Steffen Vogel 2010-07-22 12:01:19 +02:00
parent 2e3fae8026
commit 8bb22e5697

View file

@ -38,7 +38,7 @@ passthru('git pull');
chdir($vzDir);
# update dokumentation
passthru('phpdoc/phpdoc --config ' . $vzDir . '/github/share/tools/phpdoc.ini');
passthru('phpdoc/phpdoc -c ' . $vzDir . '/github/share/tools/phpdoc.ini');
?>