Merge pull request #6700 from tomkins/linked-clone-docs
v.use_linked_clone should be v.linked_clone
This commit is contained in:
commit
f7bdcb1b2b
|
@ -50,7 +50,7 @@ the master VM.
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
config.vm.provider "virtualbox" do |v|
|
config.vm.provider "virtualbox" do |v|
|
||||||
v.use_linked_clone = true
|
v.linked_clone = true
|
||||||
end
|
end
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue