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
Fix undef comparison in rabbitmq-env.conf template
Conversion from erb to epp introduced a logic error, comparing the value
of the environment variable to the `Undef` Type, rather than comparing
either the type of the value against the `Undef` type, or the value
against the literal `undef`.
0 commit comments