mirror of
https://github.com/docker/compose.git
synced 2025-07-26 07:04:32 +02:00
Correct 'cancellation' typo in comment
Signed-off-by: Casey Korver <casey@korver.dev>
This commit is contained in:
parent
250c3112b9
commit
02f40eea67
@ -166,7 +166,7 @@ func (s *composeService) Up(ctx context.Context, project *types.Project, options
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// We use the parent context without cancelation as we manage sigterm to stop the stack
|
// We use the parent context without cancellation as we manage sigterm to stop the stack
|
||||||
err = s.start(context.WithoutCancel(ctx), project.Name, options.Start, printer.HandleEvent)
|
err = s.start(context.WithoutCancel(ctx), project.Name, options.Start, printer.HandleEvent)
|
||||||
if err != nil && !isTerminated.Load() { // Ignore error if the process is terminated
|
if err != nil && !isTerminated.Load() { // Ignore error if the process is terminated
|
||||||
return err
|
return err
|
||||||
|
Loading…
x
Reference in New Issue
Block a user