Project

General

Profile

« Previous | Next » 

Revision f05c3102

Added by William Hutson over 9 years ago

Fixes #9193 - broken rake-config command

foreman-config now actually updates config values when passed -k and -v
instead of dumping a list of the current values.

View differences:

script/foreman-config
Dir.chdir(options[:foreman_path]) do
ENV['RAILS_ENV'] = options[:environment]
exec('rake', 'config', '--', *rake_args)
exec('rake', '--', 'config', *rake_args)
end

Also available in: Unified diff