File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,21 +25,21 @@ Download from [Releases page](https://github.com/dnitsch/aws-cli-auth/releases).
2525MacOS
2626
2727``` bash
28- curl -L https://github.com/dnitsch/aws-cli-auth/releases/download/v0.6.1 /aws-cli-auth-darwin -o aws-cli-auth
28+ curl -L https://github.com/dnitsch/aws-cli-auth/releases/download/v0.6.2 /aws-cli-auth-darwin -o aws-cli-auth
2929chmod +x aws-cli-auth
3030sudo mv aws-cli-auth /usr/local/bin
3131```
3232
3333Linux
3434``` bash
35- curl -L https://github.com/dnitsch/aws-cli-auth/releases/download/v0.6.1 /aws-cli-auth-linux -o aws-cli-auth
35+ curl -L https://github.com/dnitsch/aws-cli-auth/releases/download/v0.6.2 /aws-cli-auth-linux -o aws-cli-auth
3636chmod +x aws-cli-auth
3737sudo mv aws-cli-auth /usr/local/bin
3838```
3939
4040Windows
4141``` posh
42- iwr -Uri "https://github.com/dnitsch/aws-cli-auth/releases/download/v0.6.1 /aws-cli-auth-windows.exe" -OutFile "aws-cli-auth"
42+ iwr -Uri "https://github.com/dnitsch/aws-cli-auth/releases/download/v0.6.2 /aws-cli-auth-windows.exe" -OutFile "aws-cli-auth"
4343```
4444
4545## Usage
You can’t perform that action at this time.
0 commit comments