Skip to content

Commit

Permalink
[cli] Improve error message (#3814)
Browse files Browse the repository at this point in the history
## Description

## Tests
  • Loading branch information
ua741 authored Oct 23, 2024
2 parents d2ad58a + 40dcd4b commit 0c16291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cmd/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ var getTokenCmd = &cobra.Command{
App: api.StringToApp(app),
})
if err != nil {
fmt.Printf("Error updating account: %v\n", err)
fmt.Printf("Error getting token for %s (app:%s): %v\n", email, app, err)
}
},
}
Expand Down

0 comments on commit 0c16291

Please sign in to comment.