Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 committed Jun 14, 2024
1 parent 92f38e4 commit 4e61f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/howto/features/buckets.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ to and read from it.
```bash
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
export PATH=$(pwd)aws/dist/:$PATH
export PATH=$(pwd)/aws/dist/:$PATH
```

```{note}
Expand Down

0 comments on commit 4e61f4d

Please sign in to comment.