Skip to content

Commit

Permalink
Merge pull request mitre-cyber-academy#1 from enfreck/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
dtwalter authored Jan 23, 2023
2 parents 3b376da + 1abd16f commit 31f0efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ectf_tools/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ async def tools(
tool_dir = str(design.resolve() / tools_in)
output = await run_shell(
"docker run"
f" -v {tool_dir}:/tools_in:ro"
f' -v "{tool_dir}":/tools_in:ro'
f" -v {image}.{name}.tools.vol:/tools_out"
" --workdir=/tools_in"
f" {tag} make TOOLS_OUT_DIR=/tools_out"
Expand Down

0 comments on commit 31f0efa

Please sign in to comment.