Skip to content

Commit

Permalink
update: better example
Browse files Browse the repository at this point in the history
  • Loading branch information
Esonhugh committed Apr 24, 2024
1 parent 22e0e63 commit 8b29090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ aws_sts_env () {
then
echo "Usage: $0 \`json\`"
echo "Example: export cred=\`aws sts assume-role --role-arn xxxx --role-session-name xxxx|jq ".Credentials"\`"
echo "aws_sts_env \$cred"
echo " aws_sts_env \$cred"
return
fi
export AWS_ACCESS_KEY_ID=`echo $1|jq -r '.AccessKeyId' `
Expand Down

0 comments on commit 8b29090

Please sign in to comment.