From e89f87624f27b7b98efc959bd96e260ac86f9236 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Fri, 20 Jul 2018 15:46:14 +0200 Subject: generate markdown documentation --- commands/pull.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/pull.go') diff --git a/commands/pull.go b/commands/pull.go index 6e8acf50..83c2101a 100644 --- a/commands/pull.go +++ b/commands/pull.go @@ -89,5 +89,5 @@ var pullCmd = &cobra.Command{ } func init() { - rootCmd.AddCommand(pullCmd) + RootCmd.AddCommand(pullCmd) } -- cgit