Commit bbf6337
authored
fix: don't set AWS profile when role chaining (#841)
Fixes #555
This is a crude attempt to the fix the issue by overwritting the profile
name when the chain flag is passed. This is set at the end, right
before returning the values to the shell, the only functionality
difference should be that that the `AWS_PROFILE` environment variable
will not be set when the `--chain` flag is passed.1 parent 3e13a79 commit bbf6337
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
519 | 519 | | |
520 | 520 | | |
521 | 521 | | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
522 | 528 | | |
523 | 529 | | |
524 | 530 | | |
| |||
0 commit comments