diff --git a/cmd/get/getKubeconfig.go b/cmd/get/getKubeconfig.go index efd703e7..f3dff617 100644 --- a/cmd/get/getKubeconfig.go +++ b/cmd/get/getKubeconfig.go @@ -22,9 +22,9 @@ THE SOFTWARE. package get import ( + "github.com/rancher/k3d/pkg/cluster" "github.com/rancher/k3d/pkg/runtimes" "github.com/spf13/cobra" - "github.com/rancher/k3d/pkg/cluster" log "github.com/sirupsen/logrus" )