Skip to content

Commit 66eeb75

Browse files
authored
Fix command for running changelog setup (#365)
The option flag `-s` was missing for the command. Without it, the command does not recognize `composerInstall` to be an option for the command.
1 parent face9d2 commit 66eeb75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Quickstart/7-Contribute.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ With your environment, you can:
9191
.. code:: bash
9292
:caption: **Ensure working state for checkout change**
9393
94-
./Build/Scripts/runTests.sh composerInstall && \
94+
./Build/Scripts/runTests.sh -s composerInstall && \
9595
ddev typo3 cache:flush && \
9696
ddev typo3 cache:warmup && \
9797
ddev typo3 extension:setup

0 commit comments

Comments
 (0)