From c14923df1d45ba064fb17b41aa1a5c5751ffee62 Mon Sep 17 00:00:00 2001
From: Chris Croome <chris@webarchitects.co.uk>
Date: Fri, 1 Dec 2017 19:25:35 +0000
Subject: [PATCH] deleting the `rm -rf` file

---
 roles/live2dev/templates/update.j2 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/roles/live2dev/templates/update.j2 b/roles/live2dev/templates/update.j2
index 840fb41..64cad4b 100644
--- a/roles/live2dev/templates/update.j2
+++ b/roles/live2dev/templates/update.j2
@@ -19,7 +19,8 @@ WP=$(which wp)
 cd /home/{{ item }}/sites
 git stash save "Local changes stashed"
 git pull
-rm -rf web/wp
+# is this needed?
+#rm -rf web/wp
 composer install
 cd web/app/themes/coop-tech-oowp-theme
 composer update
-- 
GitLab