Skip to content

Commit

Permalink
manage: Silence usage on error (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
ostcar committed Mar 13, 2021
1 parent 6fb3fa9 commit a40e5bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/client/set_password.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ func cmdSetPassword(cfg *config) *cobra.Command {
Short: "Sets an user password.",
Long: setPasswordHelp,
RunE: func(cmd *cobra.Command, args []string) error {
cmd.SilenceErrors = true

ctx, cancel := context.WithTimeout(context.Background(), cfg.timeout)
defer cancel()

Expand Down

0 comments on commit a40e5bd

Please sign in to comment.