diff options
author | Corey Hemminger <hemminger@hotmail.com> | 2022-08-02 15:21:58 -0500 |
---|---|---|
committer | Corey Hemminger <hemminger@hotmail.com> | 2022-08-02 15:21:58 -0500 |
commit | c370e12b76d92ad48a6f751ec5e95a574c344ba6 (patch) | |
tree | f0bc5f74940a658148e7b1af5911065e9e8f27f2 /lib | |
parent | 547d2cf771284685535f748df5e5868dce3fa4ba (diff) | |
download | chef-c370e12b76d92ad48a6f751ec5e95a574c344ba6.tar.gz |
fix linting error
Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/run_context.rb | 2 |
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 |