Make output a bit nicer

Previously output would say:
 Running resource phase SOME_PHASE

Change it to:
 Running resource phase: SOME_PHASE

Change-Id: Ie60195e35c42af34a2fdf5aff478766318a5e638
This commit is contained in:
John L. Villalovos 2016-05-17 11:17:23 -07:00
parent ae1837e18d
commit 514c210893
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ function resources {
echo "Skipping resource phase ``$phase`` by configuration"
return
fi
echo_summary "Running resource phase ``$phase``"
echo_summary "Running resource phase: ``$phase``"
local projects=$UPGRADE_PROJECTS
if [[ $phase == "destroy" ]];then