Skip to content

Commit

Permalink
changed tempdir envvar
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Mar 15, 2024
1 parent 786fc3a commit 094d5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xnat_ingest/cli/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 094d5ea

Please sign in to comment.