summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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("")
}