Skip to content

Commit

Permalink
Simplify aliases for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
andscoop committed Jul 1, 2018
1 parent 321001c commit beea868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/deployment.go
Expand Up @@ -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",
}
Expand Down

0 comments on commit beea868

Please sign in to comment.