Improve default vagrant disk name

This commit is contained in:
Brian Cain 2019-12-13 16:35:34 -08:00
parent f076ee4708
commit a38f0bb8c0
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0

View File

@ -109,7 +109,7 @@ module VagrantPlugins
if @primary if @primary
@name = "vagrant_primary" @name = "vagrant_primary"
else else
@name = "name_#{@type.to_s}_#{@id.split("-").last}" @name = "vagrant_#{@type.to_s}_#{@id.split("-").last}"
end end
end end