Skip to content

Commit

Permalink
remove quotes on volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp committed Feb 28, 2024
1 parent 7bc738d commit f19b469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library_generation/postprocess_library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ fi

docker run --rm \
--user "$(id -u)":"$(id -g)" \
"${repo_bindings}" \
${repo_bindings} \
-v "/tmp:/tmp" \
-w "${repo_workspace}" \
--env HOME=/tmp \
Expand Down

0 comments on commit f19b469

Please sign in to comment.