projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01f41aa
)
Fix typo...
author
Tom Hughes
<tom@compton.nu>
Sun, 31 May 2015 14:40:36 +0000
(15:40 +0100)
committer
Tom Hughes
<tom@compton.nu>
Sun, 31 May 2015 14:40:36 +0000
(15:40 +0100)
Vagrantfile
patch
|
blob
|
history
diff --git
a/Vagrantfile
b/Vagrantfile
index e94ca432192aaeb9bf41bc5b63085e960a220e40..24d62bb7a4a95e56a4d2ad01526c6cce533061d2 100644
(file)
--- a/
Vagrantfile
+++ b/
Vagrantfile
@@
-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