diff --git a/lib/vagrant/command/ssh_config.rb b/lib/vagrant/command/ssh_config.rb index 9151af5e6..83a1d89ff 100644 --- a/lib/vagrant/command/ssh_config.rb +++ b/lib/vagrant/command/ssh_config.rb @@ -35,7 +35,7 @@ module Vagrant } # Render the template and output directly to STDOUT - $stdout.puts(Util::TemplateRenderer.render("ssh_config", variables) + $stdout.puts(Util::TemplateRenderer.render("ssh_config", variables)) end end end