Skip to content

Commit 89a22d1

Browse files
committed
recipe: aws-sso-export to state the export filename
1 parent 7d98512 commit 89a22d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/recipes/aws.just

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)