Skip to content

Commit 9010e5f

Browse files
committed
fix: sync-reports order
1 parent 5fca863 commit 9010e5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ dashboard:
130130
Rscript scripts/dashboard.R
131131

132132
sync-reports:
133-
aws s3 sync s3://forecasting-team-data/2024/reports/ reports/; \
134-
aws s3 sync reports/ s3://forecasting-team-data/2024/reports/
133+
aws s3 sync reports/ s3://forecasting-team-data/2024/reports/; \
134+
aws s3 sync s3://forecasting-team-data/2024/reports/ reports/
135135

136136
update-site: sync-reports
137137
Rscript -e "suppressPackageStartupMessages(source(here::here('R', 'load_all.R'))); update_site()" > cache/update_site_log.txt

0 commit comments

Comments
 (0)