fix typo in suggestion log

Signed-off-by: Carlos Daniel Vilaseca <carlosd.vilaseca@ai.yareytech.com>
This commit is contained in:
Carlos Daniel Vilaseca 2025-05-31 11:55:08 -04:00 committed by Nicolas De loof
parent 45bd60c33a
commit 60256a875c

View File

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