diff options
Diffstat (limited to 'lib/chef/knife/role_show.rb')
-rw-r--r-- | lib/chef/knife/role_show.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/chef/knife/role_show.rb b/lib/chef/knife/role_show.rb index a3af0baf6a..99684768bb 100644 --- a/lib/chef/knife/role_show.rb +++ b/lib/chef/knife/role_show.rb @@ -31,7 +31,6 @@ class Chef banner "knife role show ROLE (options)" - def run @role_name = @name_args[0] @@ -48,5 +47,3 @@ class Chef end end end - - |