From 0447662cef8bf87f6c984fcb8148863bb80ac9f7 Mon Sep 17 00:00:00 2001 From: Jacob Hrbek Date: Tue, 29 Sep 2020 10:21:08 +0200 Subject: [PATCH] Vagrantfile: fixed typo --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 1b0cbd0c..073764c1 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -56,7 +56,7 @@ Vagrant.configure(2) do |config| v.default_prefix = ENV['USER'].to_s.dup.concat('_').concat(File.basename(Dir.pwd)) end - #deiban10-based build VM + #debian10-based build VM config.vm.define "debian10", primary: true do |debian10| debian10.vm.box = "generic/debian10"