Skip to content

Commit

Permalink
fix: reverting accidental change to alias instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
elishagreenwald authored Jun 1, 2023
1 parent 3d658c8 commit d319dc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ To make it easier you can also create an alias for the gimme-aws-creds command w
```bash
# make sure you have the "~/.okta_aws_login_config" locally first!
touch ~/.okta_aws_login_config && \
alias gimme-aws-creds-docker="docker run -it --rm \
-v ~/.aws/credentials2:/root/.aws/credentials \
alias gimme-aws-creds="docker run -it --rm \
-v ~/.aws/credentials:/root/.aws/credentials \
-v ~/.okta_aws_login_config:/root/.okta_aws_login_config \
gimme-aws-creds"
```
Expand Down

0 comments on commit d319dc7

Please sign in to comment.