Skip to content

Commit 2d971fc

Browse files
committed
update the watch warning message when no services with a develop section
Signed-off-by: Guillaume Lours <[email protected]>
1 parent 78f3361 commit 2d971fc

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)