From a46640c72065ada52f7335f79341d228a9afd794 Mon Sep 17 00:00:00 2001 From: Alvaro Videla Date: Wed, 20 Jun 2012 11:16:29 +0300 Subject: [PATCH] Fixes minor typo --- templates/commands/init/Vagrantfile.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/commands/init/Vagrantfile.erb b/templates/commands/init/Vagrantfile.erb index ce577b14b..4a6f3cc24 100644 --- a/templates/commands/init/Vagrantfile.erb +++ b/templates/commands/init/Vagrantfile.erb @@ -92,7 +92,7 @@ Vagrant.configure("1") do |config| # If you're using the Opscode platform, your validator client is # ORGNAME-validator, replacing ORGNAME with your organization name. # - # IF you have your own Chef Server, the default validation client name is + # If you have your own Chef Server, the default validation client name is # chef-validator, unless you changed the configuration. # # chef.validation_client_name = "ORGNAME-validator"