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:55 +01:00
parent 2b951e9f54
commit 375a4dd29d
+1
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