Merge pull request #6700 from tomkins/linked-clone-docs

v.use_linked_clone should be v.linked_clone
This commit is contained in:
Mitchell Hashimoto 2015-12-21 16:03:02 -08:00
commit f7bdcb1b2b
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
```