summaryrefslogtreecommitdiffstats
path: root/src/runner/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/runner/mod.rs')
-rw-r--r--src/runner/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runner/mod.rs b/src/runner/mod.rs
index 3e32498..111367d 100644
--- a/src/runner/mod.rs
+++ b/src/runner/mod.rs
@@ -196,7 +196,7 @@ async fn run_pipeline(
env: &mut Env,
shell_write: &async_std::fs::File,
) -> anyhow::Result<()> {
- write_event(&shell_write, Event::RunPipeline(env.idx(), pipeline.span()))
+ write_event(shell_write, Event::RunPipeline(env.idx(), pipeline.span()))
.await?;
// Safety: pipelines are run serially, so only one copy of these will ever
// exist at once. note that reusing a single copy of these at the top