mirror of
https://github.com/docker/compose.git
synced 2025-07-23 13:45:00 +02:00
Fix typo in destroy event comment
Signed-off-by: Stephen Thirlwall <sdt@dr.com>
This commit is contained in:
parent
2bee75c3c4
commit
95f0431127
@ -96,7 +96,7 @@ func (s *composeService) watchContainers(ctx context.Context, projectName string
|
|||||||
Consumer: func(event api.Event) error {
|
Consumer: func(event api.Event) error {
|
||||||
if event.Status == "destroy" {
|
if event.Status == "destroy" {
|
||||||
// This container can't be inspected, because it's gone.
|
// This container can't be inspected, because it's gone.
|
||||||
// Its already been removed from the watched map.
|
// It's already been removed from the watched map.
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user