diff options
Diffstat (limited to 'lib/chef/run_context.rb')
-rw-r--r-- | lib/chef/run_context.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/run_context.rb b/lib/chef/run_context.rb index 75c18f2fcf..950be98eee 100644 --- a/lib/chef/run_context.rb +++ b/lib/chef/run_context.rb @@ -661,6 +661,7 @@ class Chef # class ChildRunContext < RunContext extend Forwardable + # rubocop: disable Lint/RedundantSplatExpansion def_delegators :parent_run_context, *%w{ action_collection action_collection= |