Skip to content

Commit

Permalink
Fixed issue with checking wrong variable
Browse files Browse the repository at this point in the history
  • Loading branch information
parkeyparker committed Apr 8, 2020
1 parent f5cd1d8 commit 10e7adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell_scripts/awsume
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ elif [ "$AWSUME_FLAG" = "Awsume" ]; then
echo export AWS_PROFILE=${AWSUME_6}
echo export AWS_DEFAULT_PROFILE=${AWSUME_6}
fi
if [ ! "${AWSUME_6}" = "None" ]; then
if [ ! "${AWSUME_7}" = "None" ]; then
echo export AWSUME_EXPIRATION=${AWSUME_7}
fi
fi
Expand Down

0 comments on commit 10e7adc

Please sign in to comment.