aboutsummaryrefslogtreecommitdiffstats
path: root/src/k8splugin/api/defhandler.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/k8splugin/api/defhandler.go')
-rw-r--r--src/k8splugin/api/defhandler.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k8splugin/api/defhandler.go b/src/k8splugin/api/defhandler.go
index 1aa00413..c1110a97 100644
--- a/src/k8splugin/api/defhandler.go
+++ b/src/k8splugin/api/defhandler.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"