Skip to content

Commit

Permalink
Merge pull request #141 from matthiask/matthiask-patch-1
Browse files Browse the repository at this point in the history
Fix a typo in whoami.go
  • Loading branch information
ctrox authored Aug 16, 2024
2 parents 6dc848b + 23971de commit b19337a
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 b19337a

Please sign in to comment.