diff options
Diffstat (limited to 'src/k8splugin/api/profilehandler.go')
-rw-r--r-- | src/k8splugin/api/profilehandler.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k8splugin/api/profilehandler.go b/src/k8splugin/api/profilehandler.go index 362289ff..adb9249b 100644 --- a/src/k8splugin/api/profilehandler.go +++ b/src/k8splugin/api/profilehandler.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" |