fix(klipper): if set, use custom branch to check for update #332
Reference in New Issue
Block a user
Delete Branch "RFC_branchfix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
Good catch! Thank you!