diff --git a/app/models/deploy_local.rb b/app/models/deploy_local.rb index 5cb5e95..5ef56de 100644 --- a/app/models/deploy_local.rb +++ b/app/models/deploy_local.rb @@ -41,7 +41,7 @@ class DeployLocal < Deploy # Un entorno que solo tiene lo que necesitamos def env # XXX: This doesn't support Windows paths :B - paths = [File.dirname(`which bundle`), '/usr/bin'] + paths = [File.dirname(`which bundle`), '/usr/bin', '/bin'] { 'HOME' => home_dir,