chore: Fix typo in README (#180)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
Pure Krome
2021-03-03 11:11:27 +11:00
committed by GitHub
parent cefc5912bc
commit 904a120efa
+1 -1
View File
@@ -214,7 +214,7 @@ async function run() {
// Always export the source credentials and account ID.
// The STS client for calling AssumeRole pulls creds from the environment.
// Plus, in the assume role case, if the AssumeRole call fails, we want
// the source credentials and accound ID to already be masked as secrets
// the source credentials and account ID to already be masked as secrets
// in any error messages.
if (accessKeyId) {
if (!secretAccessKey) {