Skip to content

Commit

Permalink
Make properly changes working directory following kerblam.toml in doc…
Browse files Browse the repository at this point in the history
…ker (#92)
  • Loading branch information
MrHedmad authored Apr 8, 2024
2 parents 8b84372 + d070633 commit f5abb1f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/execution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,9 @@ impl Executor {
"make",
&runtime_name,
"-f",
&format!("{}/executor", workdir)
&format!("{}/executor", workdir),
"-C",
&workdir
]),
ExecutionStrategy::Shell => stringify!(vec![
"--entrypoint",
Expand Down

0 comments on commit f5abb1f

Please sign in to comment.