Skip to content

Commit 93a06ba

Browse files
authored
Merge pull request #140 from networktocode/fix_invoke
Fix invoke
2 parents 0bec071 + 5b7fbd3 commit 93a06ba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changes/140.fixed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix invoke volume path.

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def is_truthy(arg):
4040
"local": False,
4141
"image_name": "jdiff",
4242
"image_ver": "latest",
43-
"pwd": ".",
43+
"pwd": Path(__file__).parent,
4444
}
4545
}
4646
)

0 commit comments

Comments
 (0)