Skip to content

Commit

Permalink
Update Vagrantfile
Browse files Browse the repository at this point in the history
  • Loading branch information
south37 committed Jan 23, 2018
1 parent 7486583 commit 085f55c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Expand Up @@ -6,4 +6,5 @@ VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "bento/ubuntu-17.04"
config.vm.synced_folder "./", "/home/vagrant/rucc"
config.vm.synced_folder "./thirdparty/ruby", "/home/vagrant/ruby"
end

0 comments on commit 085f55c

Please sign in to comment.