Skip to content

Commit bd74a92

Browse files
authored
Merge pull request docker#11047 from glours/update-watch-warning-section
update the watch warning message when no services with a develop section
2 parents 78f3361 + 2d971fc commit bd74a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/compose/watch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ func (s *composeService) Watch(ctx context.Context, project *types.Project, serv
149149
}
150150

151151
if !watching {
152-
return fmt.Errorf("none of the selected services is configured for watch, consider setting an 'x-develop' section")
152+
return fmt.Errorf("none of the selected services is configured for watch, consider setting an 'develop' section")
153153
}
154154

155155
return eg.Wait()

0 commit comments

Comments
 (0)