Fix a potential exception case by making UUID for VB driver optional
This commit is contained in:
parent
aafa79fe66
commit
1fd4cb1a4e
|
@ -23,7 +23,7 @@ module Vagrant
|
||||||
# The version of virtualbox that is running.
|
# The version of virtualbox that is running.
|
||||||
attr_reader :version
|
attr_reader :version
|
||||||
|
|
||||||
def initialize(uuid)
|
def initialize(uuid=nil)
|
||||||
# Setup the base
|
# Setup the base
|
||||||
super()
|
super()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue