mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-26 14:45:48 +03:00
Vagrantfile: fixed typo
This commit is contained in:
parent
6305de83bc
commit
0447662cef
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…
Reference in New Issue
Block a user