You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bash variables do not need to be in all upper case. You can easily define them in any case. But you are right, a common practice is to set them all upper case. I just updated the generator by doing all upper case definition - this way we will not affect current users.
Please have a look at #246 and let me know if this is enough in your opinion to close this ticket?
I believe these are the correct settings for bash-style env vars:
Note that env_prefix needs to be all uppercase. What is there now is
Settings
, which doesn't work for me.Thanks for such a great gem!
The text was updated successfully, but these errors were encountered: