diff options
| author | Alban Peignier | 2018-02-01 13:12:24 +0100 |
|---|---|---|
| committer | cedricnjanga | 2018-02-06 11:10:18 -0800 |
| commit | 3577ea93c9d0e4475da9cef47c86d2880715909c (patch) | |
| tree | d3bd27bc7dc7e66f421ae278a5b769c968586f88 /config | |
| parent | 4329ed3aa9d64ecbed44d1b70f9101a8f4653748 (diff) | |
| download | chouette-core-3577ea93c9d0e4475da9cef47c86d2880715909c.tar.bz2 | |
Remove first :default_environment. Refs #5803
Diffstat (limited to 'config')
| -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" } |
