Pull latest changes

Closes #42.
This commit is contained in:
Luke Murphy 2020-12-29 17:06:32 +01:00
parent ebfe7ca4e8
commit 3a9e141b24
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 0 deletions

2
abra
View File

@ -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