From: Silvio Rhatto Date: Thu, 28 Feb 2019 13:39:51 +0000 (-0300) Subject: Oops X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f7b7586ab192cfbb42c84ccc0de01fe1619c1eb1;p=puppet-drupal.git Oops --- 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,