X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2463e56150d0d10997f6b11ab0828c4b23d575df..f4181d5241fed56bda4c552bced7f1afabd24e0e:/lib/controller/federation.go diff --git a/lib/controller/federation.go b/lib/controller/federation.go index 557c7c3563..fcff05c003 100644 --- a/lib/controller/federation.go +++ b/lib/controller/federation.go @@ -17,8 +17,8 @@ import ( "regexp" "strings" - "git.curoverse.com/arvados.git/sdk/go/arvados" - "git.curoverse.com/arvados.git/sdk/go/auth" + "git.arvados.org/arvados.git/sdk/go/arvados" + "git.arvados.org/arvados.git/sdk/go/auth" "github.com/jmcvetta/randutil" ) @@ -275,7 +275,7 @@ func (h *Handler) saltAuthToken(req *http.Request, remote string) (updatedReq *h } updatedReq.Header.Set("Authorization", "Bearer "+token) - // Remove api_token=... from the the query string, in case we + // Remove api_token=... from the query string, in case we // end up forwarding the request. if values, err := url.ParseQuery(updatedReq.URL.RawQuery); err != nil { return nil, err