diff options
| author | Alban Peignier | 2018-02-01 13:12:24 +0100 |
|---|---|---|
| committer | Alban Peignier | 2018-02-01 13:12:24 +0100 |
| commit | c344768e619664d6876ddebca8c4ef474d11a402 (patch) | |
| tree | bff1ac46c5c9fd32952b6643bb753b939b2485da /config/deploy.rb | |
| parent | 96fafa49a73a3ea4c25aa0d90bc87ab958831f33 (diff) | |
| download | chouette-core-c344768e619664d6876ddebca8c4ef474d11a402.tar.bz2 | |
Remove first :default_environment. Refs #5803
Diffstat (limited to 'config/deploy.rb')
| -rw-r--r-- | config/deploy.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index 7e385cebc..9be023adc 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -12,8 +12,6 @@ default_run_options[:pty] = true set :group_writable, true set :bundle_cmd, "/var/lib/gems/#{ruby_version}/bin/bundle" set :rake, "#{bundle_cmd} exec rake" -set :default_environment, { path: "/var/lib/gems/#{ruby_version}/bin:$PATH" } - set :default_environment, { 'PATH' => "/var/lib/gems/#{ruby_version}/bin:$PATH" } |
