Ensure block is properly passed through to add_config
This commit is contained in:
parent
ee388d8293
commit
28d339eac5
|
@ -400,7 +400,7 @@ module VagrantPlugins
|
||||||
block.call(disk, VagrantConfigDisk)
|
block.call(disk, VagrantConfigDisk)
|
||||||
end
|
end
|
||||||
|
|
||||||
disk.add_config(options, block)
|
disk.add_config(options, &block)
|
||||||
|
|
||||||
@__drives << disk
|
@__drives << disk
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue