summaryrefslogtreecommitdiff
path: root/lib/chef/formatters/base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/formatters/base.rb')
-rw-r--r--lib/chef/formatters/base.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/chef/formatters/base.rb b/lib/chef/formatters/base.rb
index 2471cfe844..8c87199998 100644
--- a/lib/chef/formatters/base.rb
+++ b/lib/chef/formatters/base.rb
@@ -67,9 +67,7 @@ class Chef
Chef::Formatters.register(name, self)
end
- attr_reader :out
- attr_reader :err
- attr_reader :output
+ attr_reader :out, :err, :output
def initialize(out, err)
@output = IndentableOutputStream.new(out, err)