summaryrefslogtreecommitdiff
path: root/findNext.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-19 18:19:28 -0600
committerJeff Carr <[email protected]>2025-02-19 18:19:28 -0600
commit721ee08ad2994c95cd6f1f7477039114ae8b27ee (patch)
tree8b060a644a4c46be40740b40464331bcef8ccbb9 /findNext.go
parent38a0f70c7861239386c1794073afb9b5ef111742 (diff)
actually try to make all the packages alsov0.23.55v0.23.54v0.23.53
Diffstat (limited to 'findNext.go')
-rw-r--r--findNext.go2
1 files changed, 1 insertions, 1 deletions
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("")
}