From 27e01c4d352e9ce79ba5d8f05604480bdf4aabcb Mon Sep 17 00:00:00 2001 From: Matt Butcher <mbutcher@engineyard.com> Date: Fri, 26 Feb 2016 17:38:28 -0700 Subject: [PATCH] fix(deploy): removed "install" alias --- cmd/helm/deploy.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/helm/deploy.go b/cmd/helm/deploy.go index d6e5c818a..e1d0c138b 100644 --- a/cmd/helm/deploy.go +++ b/cmd/helm/deploy.go @@ -15,7 +15,6 @@ func init() { func deployCmd() cli.Command { return cli.Command{ Name: "deploy", - Aliases: []string{"install"}, Usage: "Deploy a chart into the cluster.", ArgsUsage: "[CHART]", Action: func(c *cli.Context) { run(c, deploy) }, -- GitLab