Closed paketb0te closed 1 year ago
Fix a typo in the env_prefix variable of the Settings class.
Allows us to define env vars like GIT_SIM_ANIMATE=true (actually case-insensitive, so git_sim_animate=true works just as well :smile:) to override the default settings.
GIT_SIM_ANIMATE=true
git_sim_animate=true
Fix a typo in the env_prefix variable of the Settings class.
Allows us to define env vars like
GIT_SIM_ANIMATE=true
(actually case-insensitive, sogit_sim_animate=true
works just as well :smile:) to override the default settings.