Commit dfb68288cfca34c3fadb87862b9170f3d14b6129
1 parent
dc9f9e5d
Exists in
master
and in
1 other branch
bugfix UPDATE
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
install/update.sh
... | ... | @@ -69,7 +69,7 @@ cd ../ || abort |
69 | 69 | |
70 | 70 | # TODO: AVIRER dès que ca a été fait au moins 1 fois (dans tous les labos utilisateurs) |
71 | 71 | # Temporairement nécessaire pour nettoyer définitivement vendor/ |
72 | -rm -rf vendor/* | |
72 | +#rm -rf vendor/* | |
73 | 73 | |
74 | 74 | #git pull || abort |
75 | 75 | git -c http.sslVerify=false pull || abort | ... | ... |