Skip to content

Commit

Permalink
Fix ECS command parameter as entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
daaru00 committed Apr 6, 2022
1 parent 20a1966 commit ac45ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ecs/connect.go
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ func ConnectToFargateContainer(c *cli.Context) error {
container := c.String("container")

// Get command to execute
command := c.String("shell")
command := c.String("command")
if len(command) == 0 {
command = "/bin/sh"
}
Expand Down

0 comments on commit ac45ebe

Please sign in to comment.