diff --git a/functions b/functions index d85f37a..7175021 100644 --- a/functions +++ b/functions @@ -3,6 +3,7 @@ function aws-profile { echo Current AWS Profile: $AWS_DEFAULT_PROFILE else export AWS_DEFAULT_PROFILE=$1 + export AWS_PROFILE=$1 fi }