Skip to content

Commit bc6c860

Browse files
Fix kubeconfig provider line in main.go
1 parent 8d8c486 commit bc6c860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/kubeconfig/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import (
4040
metricsserver "sigs.k8s.io/controller-runtime/pkg/metrics/server"
4141
"sigs.k8s.io/controller-runtime/pkg/webhook"
4242

43-
kubeconfig "github.com/christensenjairus/multicluster-runtime/providers/kubeconfig"
43+
kubeconfig "sigs.k8s.io/multicluster-runtime/providers/kubeconfig"
4444

4545
// +kubebuilder:scaffold:imports
4646
"k8s.io/client-go/rest"

0 commit comments

Comments
 (0)