lib/scout/command/install.rb in scout-5.6.3.pre vs lib/scout/command/install.rb in scout-5.6.4

- old
+ new

@@ -17,10 +17,10 @@ END_INTRO key = gets.to_s.strip puts "\nAttempting to contact the server..." begin - Scout::Server.new(server, key, history, log, server_name, @http_proxy, @https_proxy, @roles) do |scout| + Scout::Server.new(server, key, history, log, server_name, @http_proxy, @https_proxy, @roles, fqdn) do |scout| scout.fetch_plan scout.run_plugins_by_plan end puts <<-END_SUCCESS.gsub(/^ {10}/, "")