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/webui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/webui.go') diff --git a/commands/webui.go b/commands/webui.go index 0cabbc48..eef15d24 100644 --- a/commands/webui.go +++ b/commands/webui.go @@ -49,5 +49,5 @@ var webUICmd = &cobra.Command{ } func init() { - rootCmd.AddCommand(webUICmd) + RootCmd.AddCommand(webUICmd) } -- cgit