diff --git a/cli/updater/updater.go b/cli/updater/updater.go index 1692898e..679f06a1 100644 --- a/cli/updater/updater.go +++ b/cli/updater/updater.go @@ -56,7 +56,6 @@ catalogue. If a new patch/minor version is available, a notification is printed. To include major versions use the --major flag. `, Action: func(c *cli.Context) error { - cl, err := client.New("default") if err != nil { logrus.Fatal(err)