summaryrefslogtreecommitdiff
path: root/vagrant/Vagrantfile
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant/Vagrantfile')
-rw-r--r--vagrant/Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile
index 2a95532..0db547f 100644
--- a/vagrant/Vagrantfile
+++ b/vagrant/Vagrantfile
@@ -74,7 +74,7 @@ Vagrant.configure("2") do |config|
}
template = "commands/ssh_config/config"
- ssh_config = Vagrant::Util::TemplateRenderer.render(template, variables)
+ ssh_config = Vagrant::Util::TemplateRenderer.render(template, variables)
File.write "#{infra_dir}/ssh_config", ssh_config
end