Răsfoiți Sursa

fix typo in suggestion log

Signed-off-by: Carlos Daniel Vilaseca <[email protected]>
Carlos Daniel Vilaseca 9 luni în urmă
părinte
comite
60256a875c
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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)