Skip to content

Commit

Permalink
Fix typo in destroy event comment
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Thirlwall <[email protected]>
  • Loading branch information
sdt authored and ndeloof committed Nov 4, 2021
1 parent 2bee75c commit 95f0431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/compose/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func (s *composeService) watchContainers(ctx context.Context, projectName string
Consumer: func(event api.Event) error {
if event.Status == "destroy" {
// 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
}

Expand Down

0 comments on commit 95f0431

Please sign in to comment.