X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/16f704326f44fd1e5e5e60b936c9b5895d6a6ff8..e9bfb6900e3340bfcdcea691466cd849ca7d9ffc:/lib/controller/federation.go diff --git a/lib/controller/federation.go b/lib/controller/federation.go index 557c7c3563..ed2eb31c78 100644 --- a/lib/controller/federation.go +++ b/lib/controller/federation.go @@ -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