Unverified Commit 6d59b814 authored by Hussein Galal's avatar Hussein Galal Committed by GitHub

Fix cli in main.go (#2043)

parent 1b62c280
......@@ -20,7 +20,7 @@ import (
func main() {
app := cmds.NewApp()
app.Commands = []cli.Command{
app.Commands = []*cli.Command{
cmds.NewServerCommand(server.Run),
cmds.NewAgentCommand(agent.Run),
cmds.NewKubectlCommand(kubectl.Run),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment