Skip to content

Commit

Permalink
Change --images to --image in ecs-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
hamstah committed Jan 29, 2018
1 parent e832b3f commit 640e256
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3
4.3
2 changes: 1 addition & 1 deletion ecs/deploy/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var (
taskName = app.Flag("task-name", "ECS task name").Required().String()
clusterName = app.Flag("cluster", "ECS cluster").Required().String()
services = app.Flag("service", "ECS services").Required().Strings()
images = app.Flag("images", "Change the images to the new ones. Container name=image").StringMap()
images = app.Flag("image", "Change the images to the new ones. Container name=image").StringMap()
timeout = app.Flag("timeout", "Timeout when waiting for services to update").Default("300s").Duration()
)

Expand Down

0 comments on commit 640e256

Please sign in to comment.