diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2012-11-15 12:12:28 -0200 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2012-11-15 12:12:28 -0200 |
| commit | 6f3f9e8bb7de5b626648fceb29d044619c641d88 (patch) | |
| tree | 766747994bcc5cb8f66638f7bf4f630efb801c2c | |
| parent | e1cd9db36c52138a276f609f73b1cb009787044f (diff) | |
| download | puppet-drupal-6f3f9e8bb7de5b626648fceb29d044619c641d88.tar.gz puppet-drupal-6f3f9e8bb7de5b626648fceb29d044619c641d88.tar.bz2 | |
Minor fix
| -rw-r--r-- | templates/drupal.sh.erb | 2 |
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 |
