From f7b7586ab192cfbb42c84ccc0de01fe1619c1eb1 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 28 Feb 2019 10:39:51 -0300 Subject: Oops --- manifests/drush.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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, -- cgit v1.2.3