fixed incorrect phpdoc parameter
This commit is contained in:
parent
2e3fae8026
commit
8bb22e5697
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
||||
?>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue