Skip to content

Commit 60256a8

Browse files
Carlos-err406ndeloof
authored andcommitted
fix typo in suggestion log
Signed-off-by: Carlos Daniel Vilaseca <carlosd.vilaseca@ai.yareytech.com>
1 parent 45bd60c commit 60256a8

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
@@ -197,7 +197,7 @@ func (s *composeService) watch(ctx context.Context, syncChannel chan bool, proje
197197
}
198198

199199
if len(paths) == 0 {
200-
return fmt.Errorf("none of the selected services is configured for watch, consider setting an 'develop' section")
200+
return fmt.Errorf("none of the selected services is configured for watch, consider setting a 'develop' section")
201201
}
202202

203203
watcher, err := watch.NewWatcher(paths)

0 commit comments

Comments
 (0)