Re-add require_app_latest for custom commands

Revision of 67cce192df.

See coop-cloud/abra#54 (comment).
This commit is contained in:
Luke Murphy 2020-12-30 11:19:24 +01:00
parent 2b951e9f54
commit 375a4dd29d
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 0 deletions

1
abra
View File

@ -356,6 +356,7 @@ load_custom_commands() {
if [ -n "$abra__domain_" ]; then
load_instance
load_instance_env
require_app_latest "$APP"
fi
if [ -f "$APP_DIR/abra-commands.sh" ]; then