Skip to content

Commit

Permalink
fix: change cwd of scp to avoid running in nonexistent directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Apr 2, 2024
1 parent 29af598 commit 5780ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/src/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ async fn build(
&path,
&format!("maintainers@{}:/buildit/logs", args.rsync_host),
],
&output_path,
&tree_path,
&mut scp_log,
)
.await?
Expand Down

0 comments on commit 5780ada

Please sign in to comment.