From 094d5eaadfa7c0854c659aeb7a85dd591c5bf297 Mon Sep 17 00:00:00 2001 From: Tom Close Date: Fri, 15 Mar 2024 15:59:41 +1100 Subject: [PATCH] changed tempdir envvar --- xnat_ingest/cli/upload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xnat_ingest/cli/upload.py b/xnat_ingest/cli/upload.py index 428001a..0282467 100644 --- a/xnat_ingest/cli/upload.py +++ b/xnat_ingest/cli/upload.py @@ -130,7 +130,7 @@ "--temp-dir", type=Path, default=None, - envvar="XNAT_INGEST_UPLOAD_WORKDIR", + envvar="XNAT_INGEST_UPLOAD_TEMPDIR", help="The directory to use for temporary downloads (i.e. from s3)", ) @click.option(