We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fffd533 commit b2d3333Copy full SHA for b2d3333
1 file changed
docs/architecture-and-infrastructure/infrastructure/how-to-guides/setup-aws-vault.md
@@ -20,7 +20,8 @@
20
* Linux (Debian/Ubuntu)
21
22
```
23
- sudo curl -L https://github.com/99designs/aws-vault/releases/latest/download/aws-vault-linux-amd64 -o /usr/local/bin/aws-vault
+ sudo curl -L https://github.com/99designs/aws-vault/releases/latest/download/aws-vault-linux-amd64
24
+ -o /usr/local/bin/aws-vault
25
26
sudo chmod +x /usr/local/bin/aws-vault
27
0 commit comments