Skip to content

Commit ac95006

Browse files
committed
chore: minor changes
1 parent f9270a9 commit ac95006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/root.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ func (r *RootCmd) CheckExistingUserSession() serpent.MiddlewareFunc {
578578

579579
// IF r.token and r.clientUR, exists then print warning "You are already logged in to $"
580580
if r.token != "" && r.clientURL.String() != "" {
581-
_, _ = fmt.Fprintf(inv.Stdout, Caret+"%s!\n", pretty.Sprint(cliui.DefaultStyles.Warn, "You are already logged in to "+r.clientURL.String()))
581+
_, _ = fmt.Fprintf(inv.Stderr, Caret+"%s!\n", pretty.Sprint(cliui.DefaultStyles.Warn, "You are already logged in to "+r.clientURL.String()+"!"))
582582
}
583583

584584
// We remove the token and clientURL from the RootCmd, so the user can still go ahead and login

0 commit comments

Comments
 (0)