diff options
Diffstat (limited to 'commands')
-rw-r--r-- | commands/user_create.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/commands/user_create.go b/commands/user_create.go index 14a13eac..b5cb0528 100644 --- a/commands/user_create.go +++ b/commands/user_create.go @@ -22,9 +22,6 @@ func newUserCreateCommand() *cobra.Command { Short: "Create a new identity.", PreRunE: loadBackend(env), RunE: closeBackend(env, func(cmd *cobra.Command, args []string) error { - env.err = out{Writer: cmd.ErrOrStderr()} - env.out = out{Writer: cmd.OutOrStdout()} - return runUserCreate(env, options) }), } |