leflamm / afpre

CLI for the AWS Federation Proxy
Apache License 2.0
19 stars 12 forks source link

Account name in pattern wrong when using --account switch #28

Closed BernhardBln closed 7 years ago

BernhardBln commented 7 years ago

When using PATTERN="${ACCOUNT}|${ROLE}" in the config file, and overwriting the account using --account=... on the command line, the PATTERN displays the account which was defined in the config file (and not the overwritten one from the command line).

leflamm commented 7 years ago

Plz check latest commit. Thx!

BernhardBln commented 7 years ago

It works! :)