diff --git a/commits.go b/commits.go index 3a7d8d0..7725b2f 100644 --- a/commits.go +++ b/commits.go @@ -225,6 +225,7 @@ func walkCommits(msg spoolMsg, w *worker) error { } + // Now we can execute the commands in the stack, in the correct order... stackHead := len(cmdStack) - 1 debug.log("[worker: %s] Executing command stack:\n", w.Name) for i := range cmdStack {