aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon L. <szaimen@e.mail.de>2025-05-02 10:11:22 +0200
committerSimon L. <szaimen@e.mail.de>2025-05-02 10:11:22 +0200
commit002d1415d80672aa2b0d840714b5b34a3219fcb2 (patch)
treee562c3c550620c958414f3439b0d94e62b727b56
parent9a16e4fd1407f0490136f6cfeec184be4b219dce (diff)
downloadnextcloud-server-enh/noid/fix-docs-ci.tar.gz
nextcloud-server-enh/noid/fix-docs-ci.zip
fix(CI): fix CI in documentation repositoryenh/noid/fix-docs-ci
Signed-off-by: Simon L. <szaimen@e.mail.de>
-rw-r--r--config/config.sample.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 737a94cce3d..425c0bfbd02 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -2312,7 +2312,7 @@ $CONFIG = [
* When disabled, it is still possible to create local storages with occ using
* the following command:
*
- * % php occ files_external:create /mountpoint local null::null -c datadir=/path/to/data
+ * % occ files_external:create /mountpoint local null::null -c datadir=/path/to/data
*
* Defaults to ``true``
*