Skip to content

Commit

Permalink
Change VM host name to vvv from precise32-dev
Browse files Browse the repository at this point in the history
Per #105, vvv is more descriptive for the scope of our VM. This is a possible breaking change if any custom work was done on top of VVV as a scaffold, so we'll note that in the changelog as well.
  • Loading branch information
jeremyfelt committed Jul 22, 2013
1 parent f25aaca commit 0dd4f74
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 @@ -24,7 +24,7 @@ Vagrant.configure("2") do |config|
config.vm.box = "precise32"
config.vm.box_url = "http://files.vagrantup.com/precise32.box"

config.vm.hostname = "precise32-dev"
config.vm.hostname = "vvv"

# Default Box IP Address
#
Expand Down

0 comments on commit 0dd4f74

Please sign in to comment.