Skip to content

Commit 8b29090

Browse files
committed
update: better example
1 parent 22e0e63 commit 8b29090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/.zshrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ aws_sts_env () {
7171
then
7272
echo "Usage: $0 \`json\`"
7373
echo "Example: export cred=\`aws sts assume-role --role-arn xxxx --role-session-name xxxx|jq ".Credentials"\`"
74-
echo "aws_sts_env \$cred"
74+
echo " aws_sts_env \$cred"
7575
return
7676
fi
7777
export AWS_ACCESS_KEY_ID=`echo $1|jq -r '.AccessKeyId' `

0 commit comments

Comments
 (0)