Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

Commit

Permalink
Fix vagrantfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Rud5G committed Dec 14, 2014
1 parent 68ba672 commit 3153165
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 @@ -50,7 +50,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.hostmanager.manage_host = true
config.hostmanager.ignore_private_ip = false
config.hostmanager.include_offline = true
# config.hostmanager.aliases = %w(zf2tutorial.zf2.dev)
config.hostmanager.aliases = %w(zf2tutorial.zf2.dev)
else
puts "WARN: Vagrant-hostmanager plugin not detected. Please install the plugin with\n 'vagrant plugin install vagrant-hostmanager' from any other directory\n before continuing."
end
Expand Down

0 comments on commit 3153165

Please sign in to comment.