Skip to content

Commit 8b7b5db

Browse files
authored
[TASK] Quickstart - Fix missing "-s" parameter in "Reset to current upstream state" commands list (#363)
1 parent 90911e1 commit 8b7b5db

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
@@ -42,7 +42,7 @@ With your environment, you can:
4242
git reset --hard origin/main && \
4343
git pull --rebase && \
4444
./Build/Scripts/runTests.sh -u && \
45-
./Build/Scripts/runTests.sh composerInstall && \
45+
./Build/Scripts/runTests.sh -s composerInstall && \
4646
ddev typo3 cache:flush && \
4747
ddev typo3 cache:warmup && \
4848
ddev typo3 extension:setup

0 commit comments

Comments
 (0)