aboutsummaryrefslogtreecommitdiff
path: root/bbot/worker/worker.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/worker/worker.cxx')
-rw-r--r--bbot/worker/worker.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bbot/worker/worker.cxx b/bbot/worker/worker.cxx
index 803e755..3579f36 100644
--- a/bbot/worker/worker.cxx
+++ b/bbot/worker/worker.cxx
@@ -101,7 +101,7 @@ run_cmd (tracer& t,
process_start_callback (cmdc,
fdnull (), // Never reads from stdout.
2, // 1>&2
- pipe.out,
+ pipe,
pe,
forward<A> (a)...));