diff --git a/pkg/sync/ts.go b/pkg/sync/ts.go index 7744b51b..71df6fbb 100644 --- a/pkg/sync/ts.go +++ b/pkg/sync/ts.go @@ -23,7 +23,7 @@ import ( ) func BisyncTS(lekkoPath, repoPath string) error { - tsSyncCmd := exec.Command("npx", "lekko-repo-sync", "--lekko-dir", lekkoPath, "--repo-path", repoPath) + tsSyncCmd := exec.Command("npx", "lekko-repo-sync", "--lekko-dir", lekkoPath) output, err := tsSyncCmd.CombinedOutput() outputStr := strings.TrimSpace(string(output)) if len(outputStr) > 0 {