]> gitweb.fluxo.info Git - puppet-drupal.git/commitdiff
Minor change
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 15 Nov 2012 13:42:59 +0000 (11:42 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 15 Nov 2012 13:42:59 +0000 (11:42 -0200)
templates/drupal.sh.erb

index 990e43b1f017614a3f914fb5b23170e98e055921..ffe1aeef254259e30b89d07963d1df4183e8c3b9 100644 (file)
@@ -114,7 +114,7 @@ function drupal_update {
   fi
 
   # See https://drupal.org/node/823146#comment-3319070
-  drush -l $instance up -u 1 --pipe | \ 
+  drush -l $instance up -u 1 --pipe | \
     grep -v -E 'Unknown|Up-to-date|Atualizado|Desconhecido|^Array$|^\($|^\)$|OK' | while read line ; do
     # Avoid automated core updates
     code="`echo $line | cut -d " " -f1`"