]> gitweb.fluxo.info Git - puppet-drupal.git/commitdiff
Be more verbose on what is being updated at drupal_update
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 20 Nov 2012 15:03:05 +0000 (13:03 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 20 Nov 2012 15:03:05 +0000 (13:03 -0200)
templates/drupal.sh.erb

index 4b97da391d13947d010e516ce3e065f5364b0e26..112426882abd5a634f91d1698b992e4496e6798e 100644 (file)
@@ -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