Vagrantfile: fixed typo
This commit is contained in:
parent
6305de83bc
commit
0447662cef
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -56,7 +56,7 @@ Vagrant.configure(2) do |config|
|
||||||
v.default_prefix = ENV['USER'].to_s.dup.concat('_').concat(File.basename(Dir.pwd))
|
v.default_prefix = ENV['USER'].to_s.dup.concat('_').concat(File.basename(Dir.pwd))
|
||||||
end
|
end
|
||||||
|
|
||||||
#deiban10-based build VM
|
#debian10-based build VM
|
||||||
config.vm.define "debian10", primary: true do |debian10|
|
config.vm.define "debian10", primary: true do |debian10|
|
||||||
|
|
||||||
debian10.vm.box = "generic/debian10"
|
debian10.vm.box = "generic/debian10"
|
||||||
|
|
Loading…
Reference in a new issue