Returned standard profile variable for AWS
This commit is contained in:
parent
96265b99ab
commit
c558a2ba17
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ function ag-count {
|
||||||
|
|
||||||
function aws-profile {
|
function aws-profile {
|
||||||
if [ $# -eq 0 ]; then
|
if [ $# -eq 0 ]; then
|
||||||
echo Current AWS Profile: $AWS_DEFAULT_PROFILE
|
echo Current AWS Profile: $AWS_PROFILE
|
||||||
else
|
else
|
||||||
export AWS_DEFAULT_PROFILE=$1
|
export AWS_DEFAULT_PROFILE=$1
|
||||||
export AWS_PROFILE=$1
|
export AWS_PROFILE=$1
|
||||||
|
|
Loading…
Reference in a new issue