From 8683a9bb4cba40dbd407edea817d9aa147e4da9b Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Fri, 2 May 2025 10:11:22 +0200 Subject: [PATCH] fix(CI): fix CI in documentation repository Signed-off-by: Simon L. --- config/config.sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.sample.php b/config/config.sample.php index 737a94cce3d..ac15d9f5aeb 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`` *