reshufflehq / reshuffle

Reshuffle is a lightweight and open source integration and workflow framework in NodeJS.
https://reshuffle.com/
MIT License
117 stars 16 forks source link

Mismatch readme/code in environment variable for health check path #482

Closed cunger closed 3 years ago

cunger commented 3 years ago

The README says:

When setting environment variable HEALTH_CHECK_PATH [...]

But the code checks for RESHUFFLE_HEALTH_PATH:

https://github.com/reshufflehq/reshuffle/blob/59caf291537c884b9359810548b01cfc6739506f/src/Reshuffle.ts#L105

foundingnimo commented 3 years ago

Thanks @cunger.

483