diff options
author | Christian Segundo | 2022-06-10 20:38:07 +0200 |
---|---|---|
committer | GitHub | 2022-06-10 20:38:07 +0200 |
commit | a9a5c855cc2306fe51a2ee621af1d5c8f4f70325 (patch) | |
tree | 1cadb1d7777a683f33ed1c2bad0576eb19f260f1 | |
parent | 8d4c7d3875090e11c9fa76696a891a258b7b33e3 (diff) | |
download | awscli-plugin-passtotp-a9a5c855cc2306fe51a2ee621af1d5c8f4f70325.tar.gz |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ cli_legacy_plugin_path = /foo/bar/lib/python3.9/site-packages/ passtotp = awscli_plugin_passtotp ``` -Also make sure to specify a path to a file in your password-store in your profiles: +Also make sure to specify a path to a file in your password-store in the profiles managed by pass: ```ini [profile myprofile] role_arn = arn:aws:iam::... |