Prevent accidental cd when loading app vars

This commit is contained in:
3wc
2021-01-30 16:10:40 +02:00
parent 1c6651b18b
commit 9a630a0440
-2
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
}