mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 00:24:34 +01:00
fix typo
This commit is contained in:
parent
10ff9869f9
commit
68cd3479fd
@ -312,7 +312,7 @@ if ($npm)
|
||||
}
|
||||
|
||||
// if docs site directory exists, keep it updated
|
||||
if ($npm && file_exists(__DIR__.'/docs/dist/site'))
|
||||
if ($npm && file_exists(__DIR__.'/doc/dist/site'))
|
||||
{
|
||||
run_cmd($npm .' run docs', 'build docs (npm run docs)');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user