Re-add require_app_latest for custom commands

Revision of 67cce192df.

See .
This commit is contained in:
Luke Murphy
2020-12-30 11:19:24 +01:00
parent 2b951e9f54
commit 375a4dd29d

1
abra

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