diff options
author | Ranjib Dey <ranjib@pagerduty.com> | 2013-04-11 21:41:56 -0700 |
---|---|---|
committer | Bryan McLellan <btm@opscode.com> | 2013-05-24 10:27:03 -0700 |
commit | 32979cf9f31e1d9bd28736856be47456445a26d9 (patch) | |
tree | 9c4256020527086b4b9ab8144697a1cf901823ce /lib/chef/knife/role_show.rb | |
parent | 4133160972a9972a9a062579504faa40eaa4c8db (diff) | |
download | chef-32979cf9f31e1d9bd28736856be47456445a26d9.tar.gz |
fixing typo
Diffstat (limited to 'lib/chef/knife/role_show.rb')
-rw-r--r-- | lib/chef/knife/role_show.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/role_show.rb b/lib/chef/knife/role_show.rb index 0b4ac50209..159571f281 100644 --- a/lib/chef/knife/role_show.rb +++ b/lib/chef/knife/role_show.rb @@ -22,7 +22,7 @@ class Chef class Knife class RoleShow < Knife - include Knife::Core::MultiAttributeRetrunOption + include Knife::Core::MultiAttributeReturnOption deps do require 'chef/node' |