aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-11-15 12:12:28 -0200
committerSilvio Rhatto <rhatto@riseup.net>2012-11-15 12:12:28 -0200
commit6f3f9e8bb7de5b626648fceb29d044619c641d88 (patch)
tree766747994bcc5cb8f66638f7bf4f630efb801c2c
parente1cd9db36c52138a276f609f73b1cb009787044f (diff)
downloadpuppet-drupal-6f3f9e8bb7de5b626648fceb29d044619c641d88.tar.gz
puppet-drupal-6f3f9e8bb7de5b626648fceb29d044619c641d88.tar.bz2
Minor fix
-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 a48c655..83a4fe8 100644
--- a/templates/drupal.sh.erb
+++ b/templates/drupal.sh.erb
@@ -110,7 +110,7 @@ function drupal_update {
local line
shift 2
- if [ "$method" == "" ]; then
+ if [ "$method" == "cron-update" ]; then
pipe="--pipe"
fi