kernel/v2: make sure communicator is a symbol
This commit is contained in:
parent
b0b445fcac
commit
7ee9b7cd42
|
@ -344,6 +344,9 @@ module VagrantPlugins
|
|||
# Make sure the box URL is an array if it is set
|
||||
@box_url = Array(@box_url) if @box_url
|
||||
|
||||
# Set the communicator properly
|
||||
@communicator = @communicator.to_sym if @communicator
|
||||
|
||||
# Set the guest properly
|
||||
@guest = @guest.to_sym if @guest
|
||||
|
||||
|
|
Loading…
Reference in New Issue