lib/scout/command/install.rb in scout-5.4.6.alpha vs lib/scout/command/install.rb in scout-5.5.0
- old
+ new
@@ -20,10 +20,10 @@
END_INTRO
key = gets.to_s.strip
puts "\nAttempting to contact the server..."
begin
- Scout::Server.new(server, key, history, log) do |scout|
+ Scout::Server.new(server, key, history, log, @http_proxy, @https_proxy) do |scout|
scout.fetch_plan
scout.run_plugins_by_plan
end
puts <<-END_SUCCESS.gsub(/^ {10}/, "")