summaryrefslogtreecommitdiff
path: root/lib/chef/formatters/minimal.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-08-23 20:22:50 -0700
committerTim Smith <tsmith84@gmail.com>2021-08-23 20:22:50 -0700
commit32bf55c1fbbae299bbd9eb461d8cfdf35384ae1a (patch)
tree6c6d33333b1b918b4229a68ded223e8e6ac82ce6 /lib/chef/formatters/minimal.rb
parent72ecaa1ff254d508e023562e3b895efce53ff38b (diff)
downloadchef-logging.tar.gz
Don't uppercase cookbookslogging
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/formatters/minimal.rb')
-rw-r--r--lib/chef/formatters/minimal.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/formatters/minimal.rb b/lib/chef/formatters/minimal.rb
index 938c2e7a91..b2d0d7f264 100644
--- a/lib/chef/formatters/minimal.rb
+++ b/lib/chef/formatters/minimal.rb
@@ -115,7 +115,7 @@ class Chef
# Called when cookbook loading starts.
def library_load_start(file_count)
- puts "Compiling Cookbooks"
+ puts "Compiling cookbooks"
end
# Called after a file in a cookbook is loaded.