]> gitweb.fluxo.info Git - puppet-drupal.git/commitdiff
Changing order of pm-update options
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 7 Nov 2012 12:36:12 +0000 (10:36 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 7 Nov 2012 12:36:12 +0000 (10:36 -0200)
templates/drupal.sh.erb

index 8ccfebb3cb3e0150e3e501b7ff40b7304cbc416e..2d4d59e3d3deed9900a4a0f6be59c52b46db0464 100644 (file)
@@ -366,7 +366,7 @@ elif [ "$1" == "cron" ]; then
   drupal_iterate cron
 elif [ "$1" == "cron-update" ]; then
   SILENT="yes"
-  drupal_iterate pm-update -y -p | grep -v -E 'Unknown|Up-to-date|Atualizado|Desconhecido|^Array$|^\($|^\)$|OK'
+  drupal_iterate -y -p pm-update | grep -v -E 'Unknown|Up-to-date|Atualizado|Desconhecido|^Array$|^\($|^\)$|OK'
 elif [ "$1" == "deploy" ]; then
   shift
   drupal_deploy $*