From d991ef1cce30f8e6b566de65054474c77d7d6cf1 Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Mon, 1 Dec 2014 09:09:15 +1100 Subject: [PATCH] Add missing EOL --- templates/vagrant-aws_package_Vagrantfile.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/vagrant-aws_package_Vagrantfile.erb b/templates/vagrant-aws_package_Vagrantfile.erb index 68f2b90..b91e164 100644 --- a/templates/vagrant-aws_package_Vagrantfile.erb +++ b/templates/vagrant-aws_package_Vagrantfile.erb @@ -2,4 +2,4 @@ Vagrant.configure("2") do |config| config.vm.provider "aws" do |aws| aws.region_config "<%= region %>", ami: "<%= ami %>" end -end \ No newline at end of file +end