Skip to content

Commit

Permalink
Fix files bath to vagrant box ruflin#423
Browse files Browse the repository at this point in the history
  • Loading branch information
ruflin committed Jul 10, 2013
1 parent 8ccb68c commit c595d83
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 @@ -7,7 +7,7 @@
Vagrant::Config.run do |config|

config.vm.box = "debian-6.0.3-64-elastica-20120115"
config.vm.box_url = "http://ruflin.com/files/vagrant/debian-6.0.3-64-elastica-20120528.box"
config.vm.box_url = "http://files.ruflin.com/vagrant/debian-6.0.3-64-elastica-20120528.box"
config.vm.network :hostonly, "10.10.10.10"

config.vm.share_folder "project", "/project", "."
Expand Down

0 comments on commit c595d83

Please sign in to comment.