Skip to content

Commit

Permalink
Fix a typo in whoami.go
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask authored Aug 7, 2024
1 parent 35a7505 commit 56c3eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/whoami.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func (s *WhoAmICmd) Run(ctx context.Context, client *api.Client) error {
}

func printUserInfo(userInfo *api.UserInfo, cfg *Config) {
fmt.Printf("You are currenlty logged in the with the following account: %q\n", userInfo.User)
fmt.Printf("You are currently logged in the with the following account: %q\n", userInfo.User)

fmt.Printf("Your current organization: %q\n", cfg.Organization)

Expand Down

0 comments on commit 56c3eb7

Please sign in to comment.