Skip to content

Commit

Permalink
Use absolute path for config.vm.share_folder. Fixes issue #216.
Browse files Browse the repository at this point in the history
  • Loading branch information
wiseman authored and Pat Hickey committed May 2, 2013
1 parent ccd38e5 commit b890fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Vagrant::Config.run do |config|
config.vm.box = "ubuntu-12.04-32bit"
config.vm.box_url = "http://files.vagrantup.com/precise32.box"

config.vm.share_folder("ardupilot", "~/ardupilot", ".")
config.vm.share_folder("ardupilot", "/home/vagrant/ardupilot", ".")

# Allow symlinks
config.vm.customize ["setextradata", :id, "VBoxInternal2/SharedFoldersEnableSymlinksCreate/cross-compiler", "1"]
Expand Down

0 comments on commit b890fbd

Please sign in to comment.