aboutsummaryrefslogtreecommitdiffstats
path: root/commands/webui.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/webui.go')
-rw-r--r--commands/webui.go2
1 files changed, 1 insertions, 1 deletions
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)
}