fix typo in suggestion log
Signed-off-by: Carlos Daniel Vilaseca <carlosd.vilaseca@ai.yareytech.com>
This commit is contained in:
parent
45bd60c33a
commit
60256a875c
@ -197,7 +197,7 @@ func (s *composeService) watch(ctx context.Context, syncChannel chan bool, proje
|
|||||||
}
|
}
|
||||||
|
|
||||||
if len(paths) == 0 {
|
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)
|
watcher, err := watch.NewWatcher(paths)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user