diff --git a/cli/cmd/account.go b/cli/cmd/account.go index 4bc48dcf30..a838d1df67 100644 --- a/cli/cmd/account.go +++ b/cli/cmd/account.go @@ -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) } }, }