diff --git a/pkg/compose/watch.go b/pkg/compose/watch.go index 4d4b19066..e89962aaa 100644 --- a/pkg/compose/watch.go +++ b/pkg/compose/watch.go @@ -197,7 +197,7 @@ func (s *composeService) watch(ctx context.Context, syncChannel chan bool, proje } if len(paths) == 0 { - return fmt.Errorf("none of the selected services is configured for watch, consider setting an 'develop' section") + return fmt.Errorf("none of the selected services is configured for watch, consider setting a 'develop' section") } watcher, err := watch.NewWatcher(paths)