summaryrefslogtreecommitdiff
path: root/lib/chef/run_list/run_list_expansion.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/run_list/run_list_expansion.rb')
-rw-r--r--lib/chef/run_list/run_list_expansion.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/run_list/run_list_expansion.rb b/lib/chef/run_list/run_list_expansion.rb
index 46b45f1d9e..fe4dea5819 100644
--- a/lib/chef/run_list/run_list_expansion.rb
+++ b/lib/chef/run_list/run_list_expansion.rb
@@ -113,7 +113,7 @@ class Chef
end
# In subclasses, this method will fetch the role from the data source.
- def fetch_role(name, included_by)
+ def fetch_role(_name, _included_by)
raise NotImplementedError
end