Skip to content

Commit baff2bf

Browse files
committed
Fix invoke
1 parent 0bec071 commit baff2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)