From 636460b6bcf4a10047ba4b67c71a3b7ec86688c8 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Fri, 28 Oct 2016 15:51:07 -0400 Subject: [PATCH] Add Javascript aws-sdk default profile env They are different............ --- functions | 1 + 1 file changed, 1 insertion(+) 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 }