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 404 error when an exact bundle key is given (#4)
`KeyMatch` always turned the `target` to lowercase, so an exact match would return a lowercase version of what was entered by the user. This resulted in `404` errors from the API for `details` and `download` commands.
0 commit comments