diff options
| author | Jeff Carr <[email protected]> | 2025-02-19 18:19:28 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-19 18:19:28 -0600 |
| commit | 721ee08ad2994c95cd6f1f7477039114ae8b27ee (patch) | |
| tree | 8b060a644a4c46be40740b40464331bcef8ccbb9 /findNext.go | |
| parent | 38a0f70c7861239386c1794073afb9b5ef111742 (diff) | |
Diffstat (limited to 'findNext.go')
| -rw-r--r-- | findNext.go | 2 |
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("") } |
