Closed jkapellen closed 8 years ago
Typo in the file on line 18; missing second "h" in the url for hashicorp. Breaks "vagrant up" when no ubuntu/trusty64 box already present.
node_config.vm.box_url = 'https://atlas.hasicorp.com/' + node_config.vm.box
node_config.vm.box_url = 'https://atlas.hashicorp.com/' + node_config.vm.box
Thanks...I didn't catch that when merging the last PR and hadn't actually tested.
Sorry, my bad. I had the box already downloaded, so I did catch that.
Typo in the file on line 18; missing second "h" in the url for hashicorp. Breaks "vagrant up" when no ubuntu/trusty64 box already present.
Original
Fixed