Skip to content

Commit 59b587a

Browse files
DevRockstarZharishxr
authored andcommitted
Update docker.go
fix typo
1 parent 88f3256 commit 59b587a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecs-init/docker/docker.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ func (c *client) LoadImage(image io.Reader) error {
199199
return c.docker.LoadImage(godocker.LoadImageOptions{InputStream: image})
200200
}
201201

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

0 commit comments

Comments
 (0)