From e3f7cfcc5a5a0676a6048a733c96f51f82275086 Mon Sep 17 00:00:00 2001 From: Stephanie Spielman Date: Thu, 16 Jan 2025 12:23:53 -0500 Subject: [PATCH] restore script name --- docs/troubleshooting-faq/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting-faq/faq.md b/docs/troubleshooting-faq/faq.md index f1ef90761..5e4a721cd 100644 --- a/docs/troubleshooting-faq/faq.md +++ b/docs/troubleshooting-faq/faq.md @@ -2,7 +2,7 @@ ### Why didn't the sample/project I specified when running the data download script download? -First, we recommend using the `--dryrun` flag when running the [data download script](../getting-started/accessing-resources/getting-access-to-data.md#using-the-download-data-script) to check which files _would_ be downloaded. +First, we recommend using the `--dryrun` flag when running the [`download-data.py` script](../getting-started/accessing-resources/getting-access-to-data.md#using-the-download-data-script) to check which files _would_ be downloaded. This will confirm that there is nothing wrong with your internet connection and that you are properly [logged into your AWS profile](../technical-setup/environment-setup/configure-aws-cli.md#logging-in-to-a-new-session). If running the script with `--dryrun` states that _only_ the `DATA_USAGE.md` file is being downloaded, this means the data files you are attempting to download do not exist.