We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f0fbb commit bdf591fCopy full SHA for bdf591f
1 file changed
cmd/src/login.go
@@ -65,7 +65,7 @@ Examples:
65
}
66
67
func loginCmd(ctx context.Context, cfg *config, client api.Client, endpointArg string, out io.Writer) error {
68
- endpointArg = cleanEndpoint(endpointArg)
+ endpointArg = strings.TrimSuffix(endpointArg, "/")
69
70
printProblem := func(problem string) {
71
fmt.Fprintf(out, "❌ Problem: %s\n", problem)
0 commit comments