summaryrefslogtreecommitdiff
path: root/lib/chef/knife/node_show.rb
diff options
context:
space:
mode:
authorRanjib Dey <ranjib@pagerduty.com>2013-04-11 21:41:56 -0700
committerBryan McLellan <btm@opscode.com>2013-05-24 10:27:03 -0700
commit32979cf9f31e1d9bd28736856be47456445a26d9 (patch)
tree9c4256020527086b4b9ab8144697a1cf901823ce /lib/chef/knife/node_show.rb
parent4133160972a9972a9a062579504faa40eaa4c8db (diff)
downloadchef-32979cf9f31e1d9bd28736856be47456445a26d9.tar.gz
fixing typo
Diffstat (limited to 'lib/chef/knife/node_show.rb')
-rw-r--r--lib/chef/knife/node_show.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/node_show.rb b/lib/chef/knife/node_show.rb
index da2a5940ba..dc47da1e8f 100644
--- a/lib/chef/knife/node_show.rb
+++ b/lib/chef/knife/node_show.rb
@@ -24,7 +24,7 @@ class Chef
class NodeShow < Knife
include Knife::Core::NodeFormattingOptions
- include Knife::Core::MultiAttributeRetrunOption
+ include Knife::Core::MultiAttributeReturnOption
deps do
require 'chef/node'