Skip to content

Commit

Permalink
Fix colorized string in prompt (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru authored May 16, 2024
1 parent 7bc7a10 commit abd8e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/etc/profile.d/aws.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function export_current_aws_role() {
fi
echo "* $(red Profile is set to $profile_target but current role does not match:)"
echo "* $(red $current_role)"
export ASSUME_ROLE=$(red '!mixed!')
export ASSUME_ROLE=$(red-n '!mixed!')
return
fi

Expand Down

0 comments on commit abd8e54

Please sign in to comment.