I'm trying to use aws-sso-creds in a fairly restricted work environment. I need a POSIX shell and can't install WSL so I'm trying to use Cygwin. When I run export, I get this.
The issue is here. The code has hardcoded POSIX path separators instead of using an agnostic function (AFAIK this is the preferred method). I'll have a PR up for this later today or this week and I'll try to find all other path instances.
I'm trying to use
aws-sso-creds
in a fairly restricted work environment. I need a POSIX shell and can't install WSL so I'm trying to use Cygwin. When I runexport
, I get this.The issue is here. The code has hardcoded POSIX path separators instead of using an agnostic function (AFAIK this is the preferred method). I'll have a PR up for this later today or this week and I'll try to find all other path instances.