Do not set primary option if it's not UNSET or false

This commit is contained in:
Brian Cain 2019-11-22 14:14:14 -08:00
parent 8ad810b5b6
commit b56dede627
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0
1 changed files with 0 additions and 2 deletions

View File

@ -103,8 +103,6 @@ module VagrantPlugins
if @primary == UNSET_VALUE
@primary = false
else
@primary = true
end
# Give the disk a default name if unset