dw-0 / kiauh

Klipper Installation And Update Helper
GNU General Public License v3.0
3.4k stars 491 forks source link

fix(klipper): if set, use custom branch to check for update #332

Closed Jookia closed 1 year ago

Jookia commented 1 year ago

If a custom Klipper repository is not using 'master' as the branch checking for updates will fail or give stale data.

Fix this by checking the custom branch instead.

dw-0 commented 1 year ago

Good catch! Thank you!