Do not set primary option if it's not UNSET or false
This commit is contained in:
parent
8ad810b5b6
commit
b56dede627
|
@ -103,8 +103,6 @@ module VagrantPlugins
|
|||
|
||||
if @primary == UNSET_VALUE
|
||||
@primary = false
|
||||
else
|
||||
@primary = true
|
||||
end
|
||||
|
||||
# Give the disk a default name if unset
|
||||
|
|
Loading…
Reference in New Issue