diff --git a/findNext.go b/findNext.go index ff8c893..8fa6591 100644 --- a/findNext.go +++ b/findNext.go @@ -125,7 +125,7 @@ func findNext() bool { log.Info("cd", wit.GetFullPath()) os.Chdir(wit.GetFullPath()) shell.Exec([]string{"ls", "-l"}) - shell.Exec([]string{"echo", "make", "debian-release-force"}) + shell.Exec([]string{"make", "debian-release-force"}) } okExit("") }