aboutsummaryrefslogtreecommitdiff
path: root/templates/drupal.sh.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/drupal.sh.erb')
-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`"