From c47783305a9857639fbca434e76b533797757f65 Mon Sep 17 00:00:00 2001 From: blkgrlcto Date: Wed, 4 Mar 2026 11:28:58 -0500 Subject: [PATCH] Update athena.mdx --- src/content/docs/aws/services/athena.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/aws/services/athena.mdx b/src/content/docs/aws/services/athena.mdx index fe611a22..a27d6751 100644 --- a/src/content/docs/aws/services/athena.mdx +++ b/src/content/docs/aws/services/athena.mdx @@ -101,7 +101,7 @@ You can copy the `ResultConfiguration` from the output and use it to retrieve th Run the following command: ```bash -awslocal cp s3://athena-bucket/output/593acab7.csv . +awslocal s3 cp s3://athena-bucket/output/593acab7.csv . cat 593acab7.csv ```