Skip to content

Commit d4fa63f

Browse files
ndeloofglours
andcommitted
Update pkg/compose/convergence.go
Co-authored-by: Guillaume Lours <[email protected]> Signed-off-by: Nicolas De loof <[email protected]>
1 parent c21d4cf commit d4fa63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/compose/convergence.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ func (c *convergence) mustRecreate(expected types.ServiceConfig, actual moby.Con
350350
}
351351
}
352352
if !found {
353-
// config is up-t-date but container is not connected to network - maybe recreated ?
353+
// config is up-to-date but container is not connected to network - maybe recreated ?
354354
return true, nil
355355
}
356356
}

0 commit comments

Comments
 (0)