diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2019-02-28 10:39:51 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2019-02-28 10:39:51 -0300 |
commit | f7b7586ab192cfbb42c84ccc0de01fe1619c1eb1 (patch) | |
tree | b320b9aec464ac2528b7588fa51b40dae6b5b9be /manifests | |
parent | 9cd03692d22c2047925e2f1292868917fcd251c3 (diff) | |
download | puppet-drupal-f7b7586ab192cfbb42c84ccc0de01fe1619c1eb1.tar.gz puppet-drupal-f7b7586ab192cfbb42c84ccc0de01fe1619c1eb1.tar.bz2 |
Oops
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/drush.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/drush.pp b/manifests/drush.pp index 1b605b7..c9d4a2d 100644 --- a/manifests/drush.pp +++ b/manifests/drush.pp @@ -49,7 +49,7 @@ class drupal::drush( #} exec { 'getdrush': - command => "/usr/bin/whet https://github.com/drush-ops/drush-launcher/releases/download/${version}/drush.phar -O /usr/local/bin/drush && chmod +x /usr/local/bin/drush", + command => "/usr/bin/wget https://github.com/drush-ops/drush-launcher/releases/download/${version}/drush.phar -O /usr/local/bin/drush && chmod +x /usr/local/bin/drush", user => 'root', cwd => '/tmp', timeout => 0, |