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
|
if @primary == UNSET_VALUE
|
||||||
@primary = false
|
@primary = false
|
||||||
else
|
|
||||||
@primary = true
|
|
||||||
end
|
end
|
||||||
|
|
||||||
# Give the disk a default name if unset
|
# Give the disk a default name if unset
|
||||||
|
|
Loading…
Reference in New Issue