From d319dc745ca1cb52f2d95c55b6e700769950a313 Mon Sep 17 00:00:00 2001 From: Elisha Greenwald Date: Thu, 1 Jun 2023 14:00:12 -0400 Subject: [PATCH] fix: reverting accidental change to alias instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41a9556b..078585ad 100644 --- a/README.md +++ b/README.md @@ -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" ```