Namespace ssh-config template

This commit is contained in:
Mitchell Hashimoto 2012-01-07 21:56:14 -08:00
parent acbc0d4b28
commit 27372ef313
2 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@ module Vagrant
} }
# Render the template and output directly to STDOUT # Render the template and output directly to STDOUT
$stdout.puts(Util::TemplateRenderer.render("ssh_config", variables)) template = "commands/ssh_config/config"
$stdout.puts(Util::TemplateRenderer.render(template, variables))
end end
end end
end end