Skip to content

Commit

Permalink
Fix user remove prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
wpjunior committed Aug 6, 2024
1 parent ee6d6c6 commit 6862ca2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsuru/client/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ func (c *UserRemove) currentUserEmail() (string, error) {
}

func (c *UserRemove) Run(context *cmd.Context) error {
context.RawOutput()
var (
answer string
email string
Expand Down

0 comments on commit 6862ca2

Please sign in to comment.