From a8a7a80953269a30e5626bdd4760ed0515cdb6d4 Mon Sep 17 00:00:00 2001 From: Marc Friederich Date: Thu, 21 Jan 2016 18:59:57 +0100 Subject: [PATCH] hotfix https://github.com/capistrano/drupal-deploy/issues/6 --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index 6da51c2..abf1a00 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -19,7 +19,7 @@ default_run_options[:pty] = true ssh_options[:forward_agent] = true -set :download_drush, true +set :download_drush, false role :app, domain role :db, domain