File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ aws-sso-export FILE="aws-sso.sh" AWS_PROFILE=null:
5252 set -e
5353 if [ -n " {{ AWS_PROFILE}} " ]; then
5454 PROFILE=" {{ AWS_PROFILE}} "
55- echo " Exporting short term AWS SSO credentials for profile \" $PROFILE\" ..."
55+ echo " Exporting short term AWS SSO credentials for profile \" $PROFILE\" to file: {{ FILE }} ..."
5656 elif [ -n " $AWS_PROFILE" ]; then
5757 PROFILE=" $AWS_PROFILE"
58- echo " Exporting short term AWS SSO credentials for profile \" $PROFILE\" from env var AWS_PROFILE..."
58+ echo " Exporting short term AWS SSO credentials for profile \" $PROFILE\" from env var AWS_PROFILE to file {{ FILE }} ..."
5959 else
6060 echo " ERROR: Either a recipe AWS_PROFILE arg must be given or the env var AWS_PROFILE must be set."
6161 fi
You can’t perform that action at this time.
0 commit comments