update mount path in Vagrant image
This commit is contained in:
parent
90e81d89eb
commit
b9d5506267
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -1,7 +1,7 @@
|
|||
Vagrant.configure("2") do |cfg|
|
||||
cfg.vm.box = "ubuntu/xenial64"
|
||||
|
||||
cfg.vm.synced_folder "./", "/home/ubuntu/go/src/github.com/schrej/wings.go"
|
||||
cfg.vm.synced_folder "./", "/home/ubuntu/go/src/github.com/schrej/wings"
|
||||
|
||||
cfg.vm.provision :shell, path: ".dev/vagrant/provision.sh"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user