Skip to content

Commit

Permalink
fix: whitespaces in directory names
Browse files Browse the repository at this point in the history
  • Loading branch information
kotborealis committed Apr 28, 2024
1 parent ef5c294 commit 55ffa29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .patchouli.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const patchouly_root = "/opt/src";

let config = {
docker: {
mount_cwd: `-v ${process.cwd()}:/source`,
mount_cwd: `-v "${process.cwd()}":/source`,
mount_tmp: `-v /tmp:/tmp`,
extra_mounts: [],
image: ` --rm kotborealis/patchouli:latest`,
Expand Down

0 comments on commit 55ffa29

Please sign in to comment.