aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-11-15 11:42:59 -0200
committerSilvio Rhatto <rhatto@riseup.net>2012-11-15 11:42:59 -0200
commit26526c5f7abd17eebe40c6fcc4dfd03602a5d5ad (patch)
tree99053d4aac39dcd72ac752bc0bb7fd4f728ed1d7
parenta78fa410bf3c77cd0478abe3620aaf867c13b55a (diff)
downloadpuppet-drupal-26526c5f7abd17eebe40c6fcc4dfd03602a5d5ad.tar.gz
puppet-drupal-26526c5f7abd17eebe40c6fcc4dfd03602a5d5ad.tar.bz2
Minor change
-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 990e43b..ffe1aee 100644
--- a/templates/drupal.sh.erb
+++ b/templates/drupal.sh.erb
@@ -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`"