Skip to content

Commit

Permalink
explicit async wait at top level to future proof if sibling asyncs ar…
Browse files Browse the repository at this point in the history
…e added
  • Loading branch information
wr0ngway committed Jul 14, 2021
1 parent 2d540c0 commit d1d3992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kubetruth/etl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def apply

end
end
end
end.wait
end

def params_to_hash(param_list)
Expand Down

0 comments on commit d1d3992

Please sign in to comment.