Skip to content

Commit

Permalink
Fixes #32836 - Fix OutputCollector superclass (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamruzicka authored Jun 22, 2021
1 parent c20597e commit 58a2b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/smart_proxy_dynflow/action/output_collector.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Proxy::Dynflow::Action
class OutputCollector < ::Proxy::Dynflow::Runner::Action
class OutputCollector < ::Proxy::Dynflow::Action::Runner
def init_run
output[:result] = []
suspend
Expand Down

0 comments on commit 58a2b63

Please sign in to comment.