Merge pull request #8599 from vmelnik-ukraine/fix/master/boxes_doc_example
Fix #8598 : example in docs for box usage.
This commit is contained in:
commit
b35a8f0447
|
@ -69,8 +69,8 @@ $ vagrant init hashicorp/precise64
|
||||||
or you can update your `Vagrantfile` as follows:
|
or you can update your `Vagrantfile` as follows:
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
Vagrant.configure("2") do
|
Vagrant.configure("2") do |config|
|
||||||
config.box = "hashicorp/precise64"
|
config.vm.box = "hashicorp/precise64"
|
||||||
end
|
end
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue