Skip to content

Commit 450b5ba

Browse files
committed
doc: make run.R more correct about env vars
1 parent 61a7bde commit 450b5ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ covid_submission_directory <- Sys.getenv("COVID_SUBMISSION_DIRECTORY", "cache")
4040
cli::cli_inform(
4141
c(
4242
"i" = "Reading environment variables...",
43-
"*" = "TAR_PROJECT = {tar_project}",
43+
"*" = "TAR_RUN_PROJECT = {tar_project}",
4444
"*" = "AWS_S3_PREFIX = {aws_s3_prefix}",
4545
"*" = "FLU_SUBMISSION_DIRECTORY = {flu_submission_directory}",
4646
"*" = "COVID_SUBMISSION_DIRECTORY = {covid_submission_directory}"

0 commit comments

Comments
 (0)