Skip to content

Commit

Permalink
fixed aws#796
Browse files Browse the repository at this point in the history
  • Loading branch information
iamhopaul123 committed Jun 19, 2019
1 parent 86efe88 commit b74a352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ecs-cli/modules/cli/local/project/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ import (
)

const (
LocalOutDefaultFileName = "./docker-compose.local.yml"
LocalOutDefaultFileName = "docker-compose.local.yml"
LocalOutFileMode = os.FileMode(0600) // Owner=read/write, Other=none
LocalInFileName = "./task-definition.json"
LocalInFileName = "task-definition.json"
)

// Interface for a local project, holding data needed to convert an ECS Task Definition to a Docker Compose file
Expand Down

0 comments on commit b74a352

Please sign in to comment.