summaryrefslogtreecommitdiff
path: root/lib/chef/knife/core/node_presenter.rb
diff options
context:
space:
mode:
authorBryan McLellan <btm@opscode.com>2013-07-26 09:36:29 -0700
committerBryan McLellan <btm@opscode.com>2013-07-26 09:36:29 -0700
commit6dfed013a3c34b21b4417101d48cad3fa096844a (patch)
treeca24864cf39aad370c10275561b4d63cde0128bb /lib/chef/knife/core/node_presenter.rb
parent0fa3386956e61aa87b2845c805d7ea9ad120a0bf (diff)
downloadchef-6dfed013a3c34b21b4417101d48cad3fa096844a.tar.gz
CHEF-4344: Clean up instances of 'the the' typo.
Diffstat (limited to 'lib/chef/knife/core/node_presenter.rb')
-rw-r--r--lib/chef/knife/core/node_presenter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/core/node_presenter.rb b/lib/chef/knife/core/node_presenter.rb
index a35baf2264..d1aab592ef 100644
--- a/lib/chef/knife/core/node_presenter.rb
+++ b/lib/chef/knife/core/node_presenter.rb
@@ -86,7 +86,7 @@ class Chef
# Converts a Chef::Node object to a string suitable for output to a
# terminal. If config[:medium_output] or config[:long_output] are set
# the volume of output is adjusted accordingly. Uses colors if enabled
- # in the the ui object.
+ # in the ui object.
def summarize(data)
if data.kind_of?(Chef::Node)
node = data