yetibot / core

:expressionless: Core yetibot utilities, extracted for shared use among Yetibot and its various plugins
https://yetibot.com
Eclipse Public License 1.0
27 stars 17 forks source link

YETIBOT_ENV_PREFIX=YB fails #189

Open KlavsKlavsen opened 3 years ago

KlavsKlavsen commented 3 years ago

if I set the env var to YB (in uppercase) - it does NOT pick up the YB_* env. variables - and hence everything fails.. That seems a bit odd :)

devth commented 3 years ago

Thanks for reporting. The prefix logic should lowercase (env :yetibot-env-prefix) to fix this.