summaryrefslogtreecommitdiff
path: root/lib/chef/knife/role_run_list_clear.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/role_run_list_clear.rb')
-rw-r--r--lib/chef/knife/role_run_list_clear.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/knife/role_run_list_clear.rb b/lib/chef/knife/role_run_list_clear.rb
index 81678d39ef..eb8934c40c 100644
--- a/lib/chef/knife/role_run_list_clear.rb
+++ b/lib/chef/knife/role_run_list_clear.rb
@@ -22,7 +22,6 @@ require "chef/knife"
class Chef
class Knife
class RoleRunListClear < Knife
-
deps do
require "chef/role"
require "chef/json_compat"
@@ -49,7 +48,6 @@ class Chef
config[:env_run_list] = true
output(format_for_display(role))
end
-
end
end
end