Skip to content
Snippets Groups Projects
Commit ec020f8f authored by Angus Lees's avatar Angus Lees
Browse files

Rename package path bitnami/kubecfg -> backsplice/kubecfg

parent 1e8ea9e1
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ import (
jsonnet "github.com/strickyak/jsonnet_cgo"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"github.com/bitnami/kubecfg/utils"
"github.com/backsplice/kubecfg/utils"
)
func init() {
......
......@@ -4,7 +4,7 @@ import (
"fmt"
"os"
"github.com/bitnami/kubecfg/cmd"
"github.com/backsplice/kubecfg/cmd"
)
// Version is overridden using `-X main.version` during release builds
......
......@@ -335,5 +335,5 @@
"versionExact": "v2.0.0"
}
],
"rootPath": "github.com/bitnami/kubecfg"
"rootPath": "github.com/backsplice/kubecfg"
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment