From e776e4614c335ee2e0e235448fb596407321ea8c Mon Sep 17 00:00:00 2001 From: Jared Edwards Date: Sun, 1 Sep 2024 11:12:49 -0600 Subject: [PATCH] fix package ref for kubefirst --- internal/progress/ci.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/progress/ci.go b/internal/progress/ci.go index fb9a16fe..588a9314 100644 --- a/internal/progress/ci.go +++ b/internal/progress/ci.go @@ -5,7 +5,7 @@ import ( "log" "time" - "github.com/kubefirst/kubefirst/internal/cluster" + "github.com/konstructio/kubefirst/internal/cluster" ) func WatchClusterForCi(clusterName string) {