progrium / envy

Lightweight dev environments with a twist
MIT License
321 stars 21 forks source link

fix extra env directory created inside env directories #1

Closed progrium closed 9 years ago

progrium commented 9 years ago

when env-init is called a second time it seems to copy the base env template directory to the env location, but since it exists, it's put inside. for some reason it seems to not be honoring the if condition: https://github.com/progrium/envy/blob/master/scripts/enterenv#L23

but it's probably something stupid i'm not seeing.