From 49f081938e5e5f0c30b51d9ac59d4dd5c67d86f3 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 28 Jul 2020 11:27:40 -0300 Subject: Minor fix --- manifests/drush.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/drush.pp b/manifests/drush.pp index 96678fc..0ea7c13 100644 --- a/manifests/drush.pp +++ b/manifests/drush.pp @@ -58,7 +58,7 @@ class drupal::drush( # Drush Legacy exec { 'getdrush_legacy': - command => "/usr/bin/wget https://github.com/drush-ops/drush/releases/download/${version}/drush.phar -O /usr/local/bin/drush-legacy && chmod +x /usr/local/bin/drush-legacy", + command => "/usr/bin/wget https://github.com/drush-ops/drush/releases/download/${legacy_version}/drush.phar -O /usr/local/bin/drush-legacy && chmod +x /usr/local/bin/drush-legacy", user => 'root', cwd => '/tmp', timeout => 0, -- cgit v1.2.3