Skip to content

Commit

Permalink
Merge pull request #978 from remind101/default-scheduler
Browse files Browse the repository at this point in the history
Switch default scheduler to CloudFormation for new apps.
  • Loading branch information
ejholmes authored Aug 23, 2016
2 parents 4ce0fc1 + 779ef07 commit 0e54ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/empire/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ var Commands = []cli.Command{
},
cli.StringFlag{
Name: FlagScheduler,
Value: "ecs",
Value: "cloudformation-migration",
Usage: "The scheduling backend to use. Current options are `ecs`, `cloudformation-migration`, and `cloudformation`.",
EnvVar: "EMPIRE_SCHEDULER",
},
Expand Down

0 comments on commit 0e54ddc

Please sign in to comment.