From 3faaf2e47f882c536a4a311ff27a8819226e827e Mon Sep 17 00:00:00 2001
From: Chris Croome <chris@webarchitects.co.uk>
Date: Thu, 22 Jun 2017 08:01:07 +0100
Subject: [PATCH] cd back to where we started after update

---
 roles/live2dev/templates/update.j2 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/roles/live2dev/templates/update.j2 b/roles/live2dev/templates/update.j2
index 491ab03..9973d7b 100644
--- a/roles/live2dev/templates/update.j2
+++ b/roles/live2dev/templates/update.j2
@@ -18,3 +18,4 @@ npm install
 nodejs ./node_modules/gulp/bin/gulp.js
 cd ../../..
 wp core update-db
+cd /home/{{ item }}/sites
-- 
GitLab