From 1f08637405fa2144dc4a391ceab8c5aa328bf209 Mon Sep 17 00:00:00 2001 From: Brian Clark Date: Mon, 15 Jun 2020 15:52:35 -0400 Subject: [PATCH] Add a bad directory name [test] --- ansible/files/jhu-params-prod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/files/jhu-params-prod.json b/ansible/files/jhu-params-prod.json index af286e644..c235cbd42 100644 --- a/ansible/files/jhu-params-prod.json +++ b/ansible/files/jhu-params-prod.json @@ -1,7 +1,7 @@ { "export_start_date": "2020-02-20", "static_file_dir": "./static", - "export_dir": "./receiving", + "export_dir": "./receivinggg", "cache_dir": "./cache", "base_url": "https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_{metric}_US.csv" }