]> gitweb.fluxo.info Git - puppet-drupal.git/commitdiff
Oops
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 28 Feb 2019 13:39:51 +0000 (10:39 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 28 Feb 2019 13:39:51 +0000 (10:39 -0300)
manifests/drush.pp

index 1b605b7b0d939e3200d6522fd74c7fed01747383..c9d4a2d6e4e88f79cf751a4f1328ce71f512c9a3 100644 (file)
@@ -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,