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 ```