Prevent accidental `cd` when loading app vars

This commit is contained in:
3wc 2021-01-24 16:57:23 +02:00
parent 1c6651b18b
commit 9a630a0440
1 changed files with 0 additions and 2 deletions

2
abra
View File

@ -391,8 +391,6 @@ require_app_latest() {
if [ "$abra___skip_update" = "false" ]; then
(cd "$APP_DIR" && git pull > /dev/null 2>&1)
else
info "Skipping \`git pull\`"
fi
}