From: Silvio Rhatto Date: Tue, 20 Nov 2012 15:03:05 +0000 (-0200) Subject: Be more verbose on what is being updated at drupal_update X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4cd74029b3709443a94fc583810c219504f99e45;p=puppet-drupal.git Be more verbose on what is being updated at drupal_update --- diff --git a/templates/drupal.sh.erb b/templates/drupal.sh.erb index 4b97da3..1124268 100644 --- a/templates/drupal.sh.erb +++ b/templates/drupal.sh.erb @@ -125,7 +125,7 @@ function drupal_update { if [ "$code" == "drupal" ]; then echo "Core update available: $line" else - echo "Updating instance $instance..." + echo "Updating $code on instance $instance..." drush -l $instance up -u 1 $confirm $* $code fi done