tools/cts: Fix link in authentication error
Change-Id: I035c43fb51728792135c269cd558c9838741f4f3 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/125320 Commit-Queue: James Price <jrprice@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: James Price <jrprice@google.com>
This commit is contained in:
parent
88daf92d34
commit
b7179aa89d
|
@ -282,7 +282,7 @@ func (g *Gerrit) SetReadyForReview(changeID, message string) error {
|
|||
func (g *Gerrit) maybeWrapError(err error) error {
|
||||
if err != nil && !g.authenticated {
|
||||
return fmt.Errorf(`query failed, possibly because of authentication.
|
||||
See https://dawn-review.googlesource.com/new-password for obtaining a username
|
||||
See https://dawn.googlesource.com/new-password for obtaining a username
|
||||
and password which can be provided with --gerrit-user and --gerrit-pass.
|
||||
Note: This tool will scan ~/.gitcookies for credentials.
|
||||
%w`, err)
|
||||
|
|
Loading…
Reference in New Issue