Skip to content

Commit 336333c

Browse files
committed
minor #9069 Remove leading slash from rm -rf /vendor/* (ecodrutz)
This PR was merged into the 4.0 branch. Discussion ---------- Remove leading slash from rm -rf /vendor/* The leading slash makes the command delete the folder vendor from / of the file system instead the vendor folder from the current folder, which can cause major loss if someone has something there. Commits ------- 53ffc4f Remove leading slash from rm -rf /vendor/*
2 parents b146983 + 53ffc4f commit 336333c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/flex.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ manual steps:
195195

196196
.. code-block:: terminal
197197
198-
$ rm -fr /vendor/*
198+
$ rm -fr vendor/*
199199
$ composer install
200200
201201
#. No matter which of the previous steps you followed. At this point, you'll have

0 commit comments

Comments
 (0)