diff --git a/abra b/abra index 3e851e0..b5a26aa 100755 --- a/abra +++ b/abra @@ -892,6 +892,9 @@ sub_app_deploy (){ if [ -n "$DOMAIN" ]; then echo " Domain: $(tput setaf 2)${DOMAIN}$(tput sgr0)" fi + if [ -n "$ABRA_TYPE_VERSION" ] && [ -n "$ABRA_TYPE_DIGEST" ]; then + echo " Version: $(tput setaf 2)${ABRA_TYPE_VERSION} (digest: ${ABRA_TYPE_DIGEST})$(tput sgr0)" + fi echo " Stack: $(tput setaf 1)${STACK_NAME}$(tput sgr0)" prompt_confirm