mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-29 02:34:55 +01:00
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))
|
||||
end
|
||||
|
||||
#deiban10-based build VM
|
||||
#debian10-based build VM
|
||||
config.vm.define "debian10", primary: true do |debian10|
|
||||
|
||||
debian10.vm.box = "generic/debian10"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue