Merge pull request #39 from pirogoeth/patch-1

Fix `environment` command typo.
This commit is contained in:
Soam Vasani
2016-11-30 20:01:18 -08:00
committed by GitHub
+1 -1
View File
@@ -74,7 +74,7 @@ func main() {
app.Commands = []cli.Command{
{Name: "function", Aliases: []string{"fn"}, Usage: "Create, update and manage functions", Subcommands: fnSubcommands},
{Name: "httptrigger", Aliases: []string{"ht", "route"}, Usage: "Manage HTTP triggers (routes) for functions", Subcommands: htSubcommands},
{Name: "environemnt", Aliases: []string{"env"}, Usage: "Manage environments", Subcommands: envSubcommands},
{Name: "environment", Aliases: []string{"env"}, Usage: "Manage environments", Subcommands: envSubcommands},
// Misc commands
{