Skip to content

Commit

Permalink
Update vagrantfile
Browse files Browse the repository at this point in the history
  • Loading branch information
iver committed Apr 5, 2016
1 parent 8c20f19 commit 0c234d1
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 @@ -6,7 +6,7 @@
VAGRANTFILE_API_VERSION = "2"

Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box_url = "https://github.com/ivan-iver/vagrant_golang/releases/download/v0.2/golang.box"
config.vm.box_url = "https://github.com/ivan-iver/vagrant_golang/releases/download/v0.1.2/golang.box"
config.vm.box = "golangmx"
config.vm.hostname = "gophers"
config.vm.network "private_network", ip: "10.2.2.205"
Expand Down

0 comments on commit 0c234d1

Please sign in to comment.