Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #23 from sherzberg/feature/fix-task-count
Browse files Browse the repository at this point in the history
fixing the arg parse for Count
  • Loading branch information
lox authored Apr 4, 2019
2 parents 0be98c9 + c0eb764 commit 33abf90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func main() {
r.SecurityGroups = ctx.StringSlice("security-group")
r.Subnets = ctx.StringSlice("subnet")
r.Environment = ctx.StringSlice("env")
r.Count = ctx.Int64("number-of-tasks")
r.Count = ctx.Int64("count")

if ctx.Bool("inherit-env") {
for _, env := range os.Environ() {
Expand Down

0 comments on commit 33abf90

Please sign in to comment.