Skip to content

Commit 6297649

Browse files
committed
speeling
1 parent a74e9d7 commit 6297649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sync.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ library(targets)
22
library(shiny)
33
use_aws_s3 <- as.logical(Sys.getenv("USE_AWS_S3", FALSE))
44
if (use_aws_s3) {
5-
epi_eval::manage_S3_forecast_cache()
5+
epieval::manage_S3_forecast_cache()
66
} else {
77
cli::cli_inform("Syncing turned off")
88
}

0 commit comments

Comments
 (0)