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:
Guillaume Lours 2023-09-27 23:41:53 +02:00 committed by GitHub
commit bd74a9260d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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()