environment: line 15: /tmp/parameterstore//env/ms-name/some-env: No such file or directory
Expected behavior
I would like to separate the envs by environment and be able to filter correctly, but because of this "//" I'm not getting it. for now it only works with simple envs without contexts separated by "/".
And I haven't found ways to fix it. Apparently it's in the shell script that performs this operation.
Orb version
Orb version = 1.0.0
What happened
When I add a filter similar to the filter below I get an error
environment: line 15: /tmp/parameterstore//env/ms-name/some-env: No such file or directory
Expected behavior
I would like to separate the envs by environment and be able to filter correctly, but because of this "//" I'm not getting it. for now it only works with simple envs without contexts separated by "/".
And I haven't found ways to fix it. Apparently it's in the shell script that performs this operation.