From 74ef154acd62fb4164ed546b2fbc19aebcd4cd05 Mon Sep 17 00:00:00 2001 From: Joris Conijn Date: Thu, 21 Jul 2022 15:36:57 +0200 Subject: [PATCH] fix: sample command to rotate credentials (#5) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cf3733..f5c99e6 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ When you switch a lot between roles you really benefit from not having to type y It is advised to rotate your credentials regularly. `aws-iam-login` can help with that! By executing the following command: ```bash -poetry run aws-iam-login my-rofile rotate +aws-iam-login my-rofile rotate ``` This command will execute the following actions: