diff --git a/Vagrantfile b/Vagrantfile
index d6946622666a7fe27fbe23eaa863a52c824659e3..686282371a1c2db7a12304413eeb85d452d821b4 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -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"]