Skip to content

Commit

Permalink
Merge pull request docker#11047 from glours/update-watch-warning-section
Browse files Browse the repository at this point in the history
update the watch warning message when no services with a develop section
  • Loading branch information
glours authored Sep 27, 2023
2 parents 78f3361 + 2d971fc commit bd74a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/compose/watch.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit bd74a92

Please sign in to comment.