Skip to content

Commit

Permalink
Merge pull request #24 from jakubholynet/patch-1
Browse files Browse the repository at this point in the history
Remove box.url - it is not needed and not valid
  • Loading branch information
dmichel1 committed May 1, 2015
2 parents 7b40d29 + 5611628 commit 16074a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# Every Vagrant virtual environment requires a box to build off of.
config.vm.box = "ubuntu/trusty64"
config.vm.box_url = "https://vagrantcloud.com/ubuntu/boxes/trusty64/versions/1/providers/virtualbox.box"

# Create a forwarded port mapping which allows access to a specific port
# within the machine from a port on the host machine. In the example below,
Expand Down

0 comments on commit 16074a7

Please sign in to comment.