Skip to content

Commit 9a1cf6e

Browse files
fix: update import path for kubeconfig package to include version suffix
1 parent a347893 commit 9a1cf6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package cmd
33
import (
44
"os"
55

6-
"pkg/kubeconfig"
6+
"github.com/mirceanton/kubectl-switch/v2/pkg/kubeconfig"
77
log "github.com/sirupsen/logrus"
88
"github.com/spf13/cobra"
99
)

0 commit comments

Comments
 (0)