aboutsummaryrefslogtreecommitdiffstats
path: root/commands/user/user_show.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/user/user_show.go')
-rw-r--r--commands/user/user_show.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/commands/user/user_show.go b/commands/user/user_show.go
index 225d0ef4..049eee93 100644
--- a/commands/user/user_show.go
+++ b/commands/user/user_show.go
@@ -16,8 +16,7 @@ type userShowOptions struct {
fields string
}
-func newUserShowCommand() *cobra.Command {
- env := execenv.NewEnv()
+func newUserShowCommand(env *execenv.Env) *cobra.Command {
options := userShowOptions{}
cmd := &cobra.Command{