Merge pull request #8176 from unclejack/fix_linked_clones_docs
website: make linked clones work w/ 1.8.0 & newer
This commit is contained in:
commit
a8966187af
|
@ -63,7 +63,7 @@ To have backward compatibility:
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
config.vm.provider 'virtualbox' do |v|
|
config.vm.provider 'virtualbox' do |v|
|
||||||
v.linked_clone = true if Vagrant::VERSION =~ /^1.8/
|
v.linked_clone = true if Vagrant::VERSION >= '1.8.0'
|
||||||
end
|
end
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue