diff options
Diffstat (limited to 'commands/open.go')
-rw-r--r-- | commands/open.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/open.go b/commands/open.go index 83e20a4a..6fe1e9d3 100644 --- a/commands/open.go +++ b/commands/open.go @@ -44,5 +44,5 @@ var openCmd = &cobra.Command{ } func init() { - rootCmd.AddCommand(openCmd) + RootCmd.AddCommand(openCmd) } |