From d1d3992d89aca028a4c796bb4af2dfd3a9af4139 Mon Sep 17 00:00:00 2001 From: Matt Conway Date: Tue, 13 Jul 2021 20:40:56 -0400 Subject: [PATCH] explicit async wait at top level to future proof if sibling asyncs are added --- lib/kubetruth/etl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kubetruth/etl.rb b/lib/kubetruth/etl.rb index f680837..06a5e82 100644 --- a/lib/kubetruth/etl.rb +++ b/lib/kubetruth/etl.rb @@ -182,7 +182,7 @@ def apply end end - end + end.wait end def params_to_hash(param_list)