From ecbae8a3574fa098cab857c6918c6029f8d04a3e Mon Sep 17 00:00:00 2001 From: Austin Vazquez <55906459+austinvazquez@users.noreply.github.com> Date: Wed, 30 Oct 2024 08:27:39 -0700 Subject: [PATCH] fix: linter issues (#188) chore: fix linter issues Signed-off-by: Austin Vazquez --- command/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/command.go b/command/command.go index 4462fa4..5ddc222 100644 --- a/command/command.go +++ b/command/command.go @@ -12,7 +12,7 @@ import ( "strings" "time" - "github.com/onsi/ginkgo/v2" + ginkgo "github.com/onsi/ginkgo/v2" "github.com/onsi/gomega" "github.com/onsi/gomega/gexec"