Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Commit

Permalink
Fixes --environment for delete (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
ojkelly authored Sep 7, 2018
1 parent 567bb2a commit 44826df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/tasks/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func Delete(c *cli.Context) {

profile := c.GlobalString("profile")
region := c.String("region")
envName := c.String("env")
envName := c.String("environment")
stackName := c.String("stackName")

taskDelete(
Expand Down

0 comments on commit 44826df

Please sign in to comment.