Commit 336333c
committed
minor symfony#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/*1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
0 commit comments