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 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