diff options
Diffstat (limited to 'commands/show.go')
-rw-r--r-- | commands/show.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/show.go b/commands/show.go index 8db3ed39..9d330aab 100644 --- a/commands/show.go +++ b/commands/show.go @@ -81,5 +81,5 @@ var showCmd = &cobra.Command{ } func init() { - rootCmd.AddCommand(showCmd) + RootCmd.AddCommand(showCmd) } |