mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 16:33:00 +00:00
build.sh: fix typo
This commit is contained in:
parent
4c6459b70d
commit
76a041a47f
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -101,7 +101,7 @@ task_docs() {
|
||||||
subtask_end $?;
|
subtask_end $?;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
php ./buihttps://phpdoc.org/ld/_tmp/phpdoc run \
|
php ./build/_tmp/phpdoc run \
|
||||||
--directory . \
|
--directory . \
|
||||||
--target docs/ModuleApi\
|
--target docs/ModuleApi\
|
||||||
--cache-folder build/_tmp/ModuleApiCache \
|
--cache-folder build/_tmp/ModuleApiCache \
|
||||||
|
|
Loading…
Reference in a new issue