Fix a potential exception case by making UUID for VB driver optional

This commit is contained in:
Mitchell Hashimoto 2012-03-06 11:37:36 -08:00
parent aafa79fe66
commit 1fd4cb1a4e
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ module Vagrant
# The version of virtualbox that is running.
attr_reader :version
def initialize(uuid)
def initialize(uuid=nil)
# Setup the base
super()