Closed oestrich closed 4 months ago
How did this ever work? Is it recent?
It’s from maybe a month ago but we haven’t had a release from even longer. Guess no one ran it when we merged it? 🤷
Which commit/PR?
This was the pr https://github.com/nerves-hub/nerves_hub_link/pull/187
Could you revise the commit message so that it's (or revise if I got it wrong):
Fix regression that prevents using fwup public keys
Commit 3275db2e added an empty list pattern match that would
fail when a key was present. Fix issue by removing the match.
Change looks good.
Thanks for catching this @oestrich
This caused a pattern match error when public key(s) were present because this was matching against an empty list.