Skip to content

Commit d81536c

Browse files
committed
actually syncing
1 parent 971cbea commit d81536c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/get_forecast_data.r

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@ fetch_forecast_files <- function(sync_to_s3 = TRUE, disease) {
150150
}
151151

152152
cli::cli_alert_info("Fetching COVID forecasts {run_time_local} (UTC: {run_time})")
153-
fetch_forecast_files(sync_to_s3 = FALSE, disease = "covid")
153+
fetch_forecast_files(disease = "covid")
154154
cli::cli_alert_info("Fetching FLU forecasts {run_time_local} (UTC: {run_time})")
155-
fetch_forecast_files(sync_to_s3 = FALSE, disease = "flu")
155+
fetch_forecast_files(disease = "flu")
156156

157157
print(glue::glue("Run successfully finished at {Sys.time()}"))
158158
print("-------------------------------------------------------")

0 commit comments

Comments
 (0)