From def5ccc42e9bc45d5f52f378bea940dc017ef0f8 Mon Sep 17 00:00:00 2001 From: Alvaro Miranda Aguilera Date: Sat, 23 Jan 2021 12:05:41 +0100 Subject: [PATCH] Update Vagrantfile.min.erb --- templates/commands/init/Vagrantfile.min.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/commands/init/Vagrantfile.min.erb b/templates/commands/init/Vagrantfile.min.erb index e9212d815..16d0d5e6e 100644 --- a/templates/commands/init/Vagrantfile.min.erb +++ b/templates/commands/init/Vagrantfile.min.erb @@ -1,3 +1,6 @@ +# -*- mode: ruby -*- +# vi: set ft=ruby : + Vagrant.configure("2") do |config| config.vm.box = "<%= box_name %>" <% if box_version -%>