Skip to content
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.

Commit

Permalink
Merge pull request #25 from smelchior/fix_echo
Browse files Browse the repository at this point in the history
fix echo for assume role default profile
  • Loading branch information
Graham Jenson authored Jun 29, 2018
2 parents 8a82896 + 0344064 commit f1381f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assume-role
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ assume-role(){

# load default assume-role profile if available, use "default" otherwise
if [ "$AWS_PROFILE_ASSUME_ROLE" ]; then
echo "Using assume-role default profile: $AWS_PROFILE_ASSUME_ROLE"
echo_out "Using assume-role default profile: $AWS_PROFILE_ASSUME_ROLE"
default_profile=${AWS_PROFILE_ASSUME_ROLE}
else
default_profile="default"
Expand Down

0 comments on commit f1381f0

Please sign in to comment.