issues
search
jezdez
/
envdir
A Python port of daemontools' envdir.
https://envdir.readthedocs.io/
MIT License
229
stars
28
forks
source link
envshell using existing env var and not the configured var
#76
Open
GitKlip
opened
5 years ago
GitKlip
commented
5 years ago
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'