aboutsummaryrefslogtreecommitdiffstats
path: root/commands/close.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/close.go')
-rw-r--r--commands/close.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/close.go b/commands/close.go
index 66c2b84d..be0ff6e4 100644
--- a/commands/close.go
+++ b/commands/close.go
@@ -44,5 +44,5 @@ var closeCmd = &cobra.Command{
}
func init() {
- rootCmd.AddCommand(closeCmd)
+ RootCmd.AddCommand(closeCmd)
}