diff --git a/cmd/helm/helm.go b/cmd/helm/helm.go index 55b6c0ebb..693e192eb 100644 --- a/cmd/helm/helm.go +++ b/cmd/helm/helm.go @@ -13,7 +13,7 @@ var version = "0.0.1" var commands []cli.Command func init() { - commands = cmds() + addCommands(cmds()...) } func main() {