Returned standard profile variable for AWS

This commit is contained in:
Andrew Tomaka 2023-08-27 09:54:32 -04:00
parent 96265b99ab
commit c558a2ba17
Signed by: atomaka
GPG Key ID: 61209BF70A5B18BE
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ function ag-count {
function aws-profile {
if [ $# -eq 0 ]; then
echo Current AWS Profile: $AWS_DEFAULT_PROFILE
echo Current AWS Profile: $AWS_PROFILE
else
export AWS_DEFAULT_PROFILE=$1
export AWS_PROFILE=$1