From 125ea610cc7fbfbf6f97d5d57eeadf5b180875bf Mon Sep 17 00:00:00 2001 From: Vim <86254807+vim-usds@users.noreply.github.com> Date: Fri, 10 Sep 2021 14:28:06 -0700 Subject: [PATCH] update download filename (#663) * updates download filename * removes .env from gitignore --- client/.env.development | 2 +- client/.env.local | 2 +- client/.gitignore | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/client/.env.development b/client/.env.development index 2cfc90a8..307d3f27 100644 --- a/client/.env.development +++ b/client/.env.development @@ -3,7 +3,7 @@ GATSBY_DATA_ROOT_PATH=https://d3jqyw10j8e7p9.cloudfront.net GATSBY_DATA_PIPELINE_SCORE_PATH=data-pipeline/data/score -GATSBY_SCORE_DOWNLOAD_FILE_PATH=downloadable/Screening+Tool+Data.zip +GATSBY_SCORE_DOWNLOAD_FILE_PATH=downloadable/Screening_Tool_Data.zip GATSBY_MAP_TILES_PATH=tiles # These may be used in the future: diff --git a/client/.env.local b/client/.env.local index f8ca6074..0c9bc02c 100644 --- a/client/.env.local +++ b/client/.env.local @@ -3,7 +3,7 @@ GATSBY_DATA_ROOT_PATH=http://localhost:5000/data/data-pipeline GATSBY_DATA_PIPELINE_SCORE_PATH=data_pipeline/data/score -GATSBY_SCORE_DOWNLOAD_FILE_PATH=downloadable/Screening+Tool+Data.zip +GATSBY_SCORE_DOWNLOAD_FILE_PATH=downloadable/Screening_Tool_Data.zip GATSBY_MAP_TILES_PATH=tiles # These may be used in the future: diff --git a/client/.gitignore b/client/.gitignore index adb519ff..8fcc9fab 100644 --- a/client/.gitignore +++ b/client/.gitignore @@ -4,5 +4,4 @@ public .eslintcache cypress/screenshots/ cypress/videos/ -.DS_Store -.env.* \ No newline at end of file +.DS_Store \ No newline at end of file