Fix typo...
This commit is contained in:
parent
01f41aabb1
commit
a3b2555046
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -4,7 +4,7 @@
|
|||
Vagrant.configure("2") do |config|
|
||||
# use official ubuntu image for virtualbox
|
||||
config.vm.provider "virtualbox" do |_, override|
|
||||
config.vm.box = "ubuntu/trusty64"
|
||||
override.vm.box = "ubuntu/trusty64"
|
||||
override.vm.synced_folder ".", "/srv/openstreetmap-website"
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue