summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorey Hemminger <hemminger@hotmail.com>2022-08-02 15:21:58 -0500
committerCorey Hemminger <hemminger@hotmail.com>2022-08-02 15:21:58 -0500
commitc370e12b76d92ad48a6f751ec5e95a574c344ba6 (patch)
treef0bc5f74940a658148e7b1af5911065e9e8f27f2
parent547d2cf771284685535f748df5e5868dce3fa4ba (diff)
downloadchef-c370e12b76d92ad48a6f751ec5e95a574c344ba6.tar.gz
fix linting error
Signed-off-by: Corey Hemminger <hemminger@hotmail.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