diff options
-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, |