summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2019-07-15 22:21:38 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2019-07-15 22:21:38 -0700
commit16a638197c978721b1a98a51acdad06165ff3ffe (patch)
tree5b54d47f1927634fe0921825c083a242c8dff668
parentbeab2bb9b474237f258921b3b77db915419ceef3 (diff)
downloadchef-16a638197c978721b1a98a51acdad06165ff3ffe.tar.gz
Tidy up awkward reading commentlcg/application-base-class
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--lib/chef/application/base.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/chef/application/base.rb b/lib/chef/application/base.rb
index f3a9ebf14e..fea3d844ce 100644
--- a/lib/chef/application/base.rb
+++ b/lib/chef/application/base.rb
@@ -29,8 +29,7 @@ require "mixlib/archive" unless defined?(Mixlib::Archive)
# This is a temporary class being used as a part of an effort to reduce duplication
# between Chef::Application::Client and Chef::Application::Solo.
#
-# If you are looking to make edits to the Client/Solo behavior please make changes here,
-# this Base class is the correct behavior.
+# If you are looking to make edits to the Client/Solo behavior please make changes here.
#
# If you are looking to reference or subclass this class, use Chef::Application::Client
# instead. This base class will be removed once the work is complete and external code