Merge pull request #1278 from eightyeight/tweak-vagrant

Tweak Vagrant
This commit is contained in:
Daniel Buckmaster 2015-04-20 10:27:30 +10:00
commit 656c04abc7
3 changed files with 1 additions and 1 deletions

View file

@ -22,7 +22,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
end
end
config.vm.synced_folder '../../', '/torque'
config.vm.synced_folder '../../../', '/torque'
config.vm.provision :shell, path: 'provision.sh'
if gui?