mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Merge pull request #11047 from glours/update-watch-warning-section
update the watch warning message when no services with a develop section
This commit is contained in:
commit
bd74a9260d
@ -149,7 +149,7 @@ func (s *composeService) Watch(ctx context.Context, project *types.Project, serv
|
||||
}
|
||||
|
||||
if !watching {
|
||||
return fmt.Errorf("none of the selected services is configured for watch, consider setting an 'x-develop' section")
|
||||
return fmt.Errorf("none of the selected services is configured for watch, consider setting an 'develop' section")
|
||||
}
|
||||
|
||||
return eg.Wait()
|
||||
|
Loading…
x
Reference in New Issue
Block a user