summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-07-28 12:44:31 -0700
committerJohn McCrae <john.mccrae@progress.com>2022-08-03 09:06:38 -0700
commitbf5ae3e794425e8fea5a3576d12fd85d313a8e05 (patch)
treebb0379eae76c52bf0f0fcdc952d5ad7fd8791e76
parent8f84c63c5cf07c3d181fab9a024d39a3031c7a7c (diff)
downloadchef-bf5ae3e794425e8fea5a3576d12fd85d313a8e05.tar.gz
starting to integrate ruby 3.1 into the builds
Signed-off-by: John McCrae <john.mccrae@progress.com>
-rw-r--r--lib/chef/run_context.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/run_context.rb b/lib/chef/run_context.rb
index be7b787fcc..11bfc6e3c6 100644
--- a/lib/chef/run_context.rb
+++ b/lib/chef/run_context.rb
@@ -414,7 +414,7 @@ class Chef
MissingCookbookDependency:
Recipe `#{recipe_name}` is not in the run_list, and cookbook '#{cookbook_name}'
is not a dependency of any cookbook in the run_list. To load this recipe,
- first add a dependency of the cookbook '#{cookbook_name}' into the metadata
+ first add a dependency of the cookbook '#{cookbook_name}' into the metadata
of the cookbook which depends on '#{cookbook_name}'.
ERROR_MESSAGE
end