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