diff options
author | JJ Asghar <jj@getchef.com> | 2015-06-10 14:45:40 -0500 |
---|---|---|
committer | Kartik Null Cating-Subramanian <ksubramanian@chef.io> | 2015-06-26 16:58:17 -0400 |
commit | 81419cc617091461b8a78c93276e00a7276484df (patch) | |
tree | 3d5e01d12ee34597382924a10c83dafc40a5721e /lib/chef/knife | |
parent | 8e8e14c1945c11109d06ca9e189dea74f7318ea9 (diff) | |
download | chef-81419cc617091461b8a78c93276e00a7276484df.tar.gz |
The wording seemed odd.jjasghar/needed_the
Added the word "the" and it now reads much better.
Diffstat (limited to 'lib/chef/knife')
-rw-r--r-- | lib/chef/knife/bootstrap/templates/chef-full.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/bootstrap/templates/chef-full.erb b/lib/chef/knife/bootstrap/templates/chef-full.erb index b0d7a6e05d..575aec0f50 100644 --- a/lib/chef/knife/bootstrap/templates/chef-full.erb +++ b/lib/chef/knife/bootstrap/templates/chef-full.erb @@ -226,6 +226,6 @@ cat > /etc/chef/first-boot.json <<EOP <%= Chef::JSONCompat.to_json(first_boot) %> EOP -echo "Starting first Chef Client run..." +echo "Starting the first Chef Client run..." <%= start_chef %>' |