Skip to content

Commit

Permalink
Fix comment from HoundCI
Browse files Browse the repository at this point in the history
  • Loading branch information
dolanor committed Jan 2, 2017
1 parent 4909b90 commit b45fc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/client.go
Expand Up @@ -147,7 +147,7 @@ func (client dockerClient) StartContainer(c Container) error {
return err
}

for k, _ := range simpleNetworkConfig.EndpointsConfig {
for k := range simpleNetworkConfig.EndpointsConfig {
err = client.api.NetworkDisconnect(bg, k, creation.ID, true)
if err != nil {
return err
Expand Down

0 comments on commit b45fc5a

Please sign in to comment.