aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-11-20 13:03:05 -0200
committerSilvio Rhatto <rhatto@riseup.net>2012-11-20 13:03:05 -0200
commit4cd74029b3709443a94fc583810c219504f99e45 (patch)
treefd02b86c131553c3e000c38d0231d63b127651da
parentd95047608dae9309e09271395cd6d90f91afd1bd (diff)
downloadpuppet-drupal-4cd74029b3709443a94fc583810c219504f99e45.tar.gz
puppet-drupal-4cd74029b3709443a94fc583810c219504f99e45.tar.bz2
Be more verbose on what is being updated at drupal_update
-rw-r--r--templates/drupal.sh.erb2
1 files changed, 1 insertions, 1 deletions
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