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

index a48c655971b5be532c569372f1ab90c84659ccb2..83a4fe806a41f659b882cef27c0403c53583c083 100644 (file)
@@ -110,7 +110,7 @@ function drupal_update {
   local line
   shift 2
 
-  if [ "$method" == "" ]; then
+  if [ "$method" == "cron-update" ]; then
     pipe="--pipe"
   fi