Skip to content

Commit

Permalink
Update docker.go
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
DevRockstarZ authored and danehlim committed Dec 3, 2024
1 parent 0e64539 commit fa05323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecs-init/docker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func (c *client) LoadImage(image io.Reader) error {
return c.docker.LoadImage(godocker.LoadImageOptions{InputStream: image})
}

// RemoveExistingAgentContainer remvoes any existing container named
// RemoveExistingAgentContainer removes any existing container named
// "ecs-agent" or returns without error if none is found
func (c *client) RemoveExistingAgentContainer() error {
containerToRemove, err := c.findAgentContainer()
Expand Down

0 comments on commit fa05323

Please sign in to comment.