summaryrefslogtreecommitdiff
path: root/lib/chef/formatters/minimal.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/formatters/minimal.rb')
-rw-r--r--lib/chef/formatters/minimal.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/chef/formatters/minimal.rb b/lib/chef/formatters/minimal.rb
index a35a7e8057..4d4fd82546 100644
--- a/lib/chef/formatters/minimal.rb
+++ b/lib/chef/formatters/minimal.rb
@@ -17,8 +17,7 @@ class Chef
cli_name(:minimal)
cli_name(:min)
- attr_reader :updated_resources
- attr_reader :updates_by_resource
+ attr_reader :updated_resources, :updates_by_resource
def initialize(out, err)
super