Skip to content

Commit 4f7619d

Browse files
authored
Merge pull request #256 from ninech/login-typo
fix: typo in login message
2 parents dd55547 + 84eaa26 commit 4f7619d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

auth/whoami.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ func (s *WhoAmICmd) Run(ctx context.Context, client *api.Client) error {
3030
}
3131

3232
func printUserInfo(userInfo *api.UserInfo, org string) {
33-
fmt.Printf("You are currently logged in the with the following account: %q\n", userInfo.User)
34-
33+
fmt.Printf("You are currently logged in with the following account: %q\n", userInfo.User)
3534
fmt.Printf("Your current organization: %q\n", org)
3635

3736
if len(userInfo.Orgs) > 0 {

0 commit comments

Comments
 (0)