diff --git a/cmd/mtwebmapper/main.go b/cmd/mtwebmapper/main.go index fdbed1f..d326dcb 100644 --- a/cmd/mtwebmapper/main.go +++ b/cmd/mtwebmapper/main.go @@ -10,7 +10,7 @@ import ( "log" "net/http" - "bitbucket.org/s_l_teichmann/mtredisalize/common" + "bitbucket.org/s_l_teichmann/mtsatellite/common" "github.com/gorilla/mux" )