summaryrefslogtreecommitdiff
path: root/lib/chef/event_dispatch/events_output_stream.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/event_dispatch/events_output_stream.rb')
-rw-r--r--lib/chef/event_dispatch/events_output_stream.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/chef/event_dispatch/events_output_stream.rb b/lib/chef/event_dispatch/events_output_stream.rb
index d9c21642b7..b21764dcad 100644
--- a/lib/chef/event_dispatch/events_output_stream.rb
+++ b/lib/chef/event_dispatch/events_output_stream.rb
@@ -14,8 +14,7 @@ class Chef
events.stream_opened(self, options)
end
- attr_reader :options
- attr_reader :events
+ attr_reader :options, :events
def print(str)
events.stream_output(self, str, options)