From beea868b6613906269401dcf92254d69f8faa93d Mon Sep 17 00:00:00 2001 From: Andy Cooper Date: Sun, 1 Jul 2018 12:11:34 -0400 Subject: [PATCH] Simplify aliases for deployment --- cmd/deployment.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/deployment.go b/cmd/deployment.go index 0d4945874..7aba94245 100644 --- a/cmd/deployment.go +++ b/cmd/deployment.go @@ -7,7 +7,7 @@ import ( var ( deploymentRootCmd = &cobra.Command{ Use: "deployment", - Aliases: []string{"de", "dep"}, + Aliases: []string{"de"}, Short: "Manage airflow deployments", Long: "Manage airflow deployments", }