From 5b7fbd3c2ea451e581a321745e13a1301f975f1b Mon Sep 17 00:00:00 2001 From: pszulczewski Date: Thu, 4 Sep 2025 20:04:00 +0200 Subject: [PATCH] Fix invoke --- changes/140.fixed | 1 + tasks.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changes/140.fixed diff --git a/changes/140.fixed b/changes/140.fixed new file mode 100644 index 0000000..41254cf --- /dev/null +++ b/changes/140.fixed @@ -0,0 +1 @@ +Fix invoke volume path. diff --git a/tasks.py b/tasks.py index 37ee8ec..b92a2b4 100644 --- a/tasks.py +++ b/tasks.py @@ -40,7 +40,7 @@ def is_truthy(arg): "local": False, "image_name": "jdiff", "image_ver": "latest", - "pwd": ".", + "pwd": Path(__file__).parent, } } )