Browse Source

fix typo in suggestion log

Signed-off-by: Carlos Daniel Vilaseca <[email protected]>
Carlos Daniel Vilaseca 6 months ago
parent
commit
60256a875c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg/compose/watch.go

+ 1 - 1
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)