From 413ab2a112dbdee572db5cd85eaeb7da9c644b40 Mon Sep 17 00:00:00 2001 From: kaidaguerre Date: Tue, 14 Dec 2021 12:20:14 +0000 Subject: [PATCH] Warning are not shown when running 'steampipe check'. Closes #1229 --- cmd/check.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/check.go b/cmd/check.go index 86a95865f..719593a3d 100644 --- a/cmd/check.go +++ b/cmd/check.go @@ -132,10 +132,10 @@ func runCheckCmd(cmd *cobra.Command, args []string) { // initialise initData = initialiseCheck(cmd.Context(), spinner) + display.StopSpinner(spinner) if shouldExit := handleCheckInitResult(initData); shouldExit { return } - display.StopSpinner(spinner) // pull out useful properties ctx := initData.ctx