Ensure block is properly passed through to add_config

This commit is contained in:
Brian Cain 2019-10-18 11:27:46 -07:00
parent ee388d8293
commit 28d339eac5
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@ module VagrantPlugins
block.call(disk, VagrantConfigDisk)
end
disk.add_config(options, block)
disk.add_config(options, &block)
@__drives << disk