We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d1edb8 commit 53738b6Copy full SHA for 53738b6
bin/resque-web
@@ -13,6 +13,6 @@ require 'resque/server'
13
Vegas::Runner.new(Resque::Server, 'resque-web', {
14
:before_run => lambda {|v|
15
path = (ENV['RESQUECONFIG'] || v.args.first).strip
16
- v.load_config_file(path) if path
+ load path if path
17
}
18
-})
+})
0 commit comments