Syntaxerror

This commit is contained in:
Mitchell Hashimoto 2012-01-06 17:41:18 -08:00
parent 3ffa533011
commit 8577935121
1 changed files with 1 additions and 1 deletions

View File

@ -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