From 3a9e141b240d05f0edceb7178341b596fc3f678e Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 29 Dec 2020 17:06:32 +0100 Subject: [PATCH] Pull latest changes Closes https://git.autonomic.zone/coop-cloud/abra/issues/42. --- abra | 2 ++ 1 file changed, 2 insertions(+) diff --git a/abra b/abra index 36beb19..d7ed306 100755 --- a/abra +++ b/abra @@ -336,6 +336,8 @@ require_app_latest() { fi success "Fetched app configuration via Git" fi + + cd "$APP_DIR" && git pull > /dev/null 2>&1 } # FIXME 3wc: update or remove