Skip to content

Commit c2c0c5e

Browse files
authored
Merge pull request #459 from cmu-delphi/fix-usafacts-params
Correct date format on usafacts params file
2 parents 7e9e6cb + 505120f commit c2c0c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/templates/usafacts-params-prod.json.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"export_start_date": "20200201",
2+
"export_start_date": "2020-02-01",
33
"static_file_dir": "./static",
44
"export_dir": "/common/covidcast/receiving/usa-facts",
55
"cache_dir": "./cache",

0 commit comments

Comments
 (0)