From 68cd3479fd3f17f13c27a89a4e731c80cb91d754 Mon Sep 17 00:00:00 2001 From: ralf Date: Thu, 18 Jan 2024 22:18:28 +0200 Subject: [PATCH] fix typo --- install-cli.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-cli.php b/install-cli.php index 12f5185891..f7edf34e2d 100755 --- a/install-cli.php +++ b/install-cli.php @@ -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)'); }