envdir
envdir copied to clipboard
envshell using existing env var and not the configured var
- existing env var STAGE=local
- create file config/dev/STAGE with value 'dev'
- run "envshell config/dev"
- run "echo $STAGE"
- result is 'local' when i was expecting 'dev'