Skip to content

Commit cf2b2d7

Browse files
afilinajrfnl
andauthored
Update build/wiki-command-replacer.sh
Co-authored-by: Juliette <[email protected]>
1 parent 5555e33 commit cf2b2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/wiki-command-replacer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cd "$(dirname "$0")/.."
77
MARKER_START='{{COMMAND-OUTPUT "'
88
MARKER_END='"}}'
99
ALLOWED_COMMANDS=("phpcs" "phpcbf")
10-
DEFAULT_OPTIONS=("--parallel=1" "--no-cache" "--no-colors" "--report-width=100" "--report=diff")
10+
DEFAULT_OPTIONS=("--parallel=1" "--no-cache" "--no-colors" "--report-width=100")
1111

1212
tokenize_command() {
1313
read -ra TOKENS <<< "$1"

0 commit comments

Comments
 (0)