From 721ee08ad2994c95cd6f1f7477039114ae8b27ee Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 19 Feb 2025 18:19:28 -0600 Subject: [PATCH] actually try to make all the packages also --- findNext.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("") }