v.use_linked_clone should be v.linked_clone

This commit is contained in:
Alex Tomkins 2015-12-22 00:00:47 +00:00
parent 5328886423
commit 807fb15495
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ the master VM.
```ruby
config.vm.provider "virtualbox" do |v|
v.use_linked_clone = true
v.linked_clone = true
end
```