Skip to content

Commit bd4f568

Browse files
authored
Fixed broken link in error message in login.go (#1152)
1 parent 2d94c4a commit bd4f568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/src/login.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ func loginCmd(ctx context.Context, cfg *config, client api.Client, endpointArg s
110110
printProblem(fmt.Sprintf("Error communicating with %s: %s", endpointArg, err))
111111
}
112112
fmt.Fprintln(out, createAccessTokenMessage)
113-
fmt.Fprintln(out, " (If you need to supply custom HTTP request headers, see information about SRC_HEADER_* and SRC_HEADERS env vars at https://github.com/sourcegraph/src-cli/blob/main/AUTH_PROXY.md.)")
113+
fmt.Fprintln(out, " (If you need to supply custom HTTP request headers, see information about SRC_HEADER_* and SRC_HEADERS env vars at https://github.com/sourcegraph/src-cli/blob/main/AUTH_PROXY.md)")
114114
return cmderrors.ExitCode1
115115
}
116116

0 commit comments

Comments
 (0)