diff options
Diffstat (limited to 'src/k8splugin/api/configtemplatehandler.go')
-rw-r--r-- | src/k8splugin/api/configtemplatehandler.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k8splugin/api/configtemplatehandler.go b/src/k8splugin/api/configtemplatehandler.go index a91165cb..641e4206 100644 --- a/src/k8splugin/api/configtemplatehandler.go +++ b/src/k8splugin/api/configtemplatehandler.go @@ -20,7 +20,7 @@ import ( "encoding/json" "io" "io/ioutil" - "k8splugin/internal/rb" + "github.com/onap/multicloud-k8s/src/k8splugin/internal/rb" "net/http" "github.com/gorilla/mux" |