[BUG] Github API returns incorrect latest release json for fzf repo #7059
Answered
by
issmirnov
issmirnov
asked this question in
Other Feature Feedback, Questions, & Ideas
-
|
I've encountered an odd bug where the github api returns data different than what the web page shows. Specifically:
If we check on the browser by opening https://api.github.com/repos/junegunn/fzf-bin/releases/latest directly, we see that it's the same issue. I have verified that:
The only explanation I see at this time is an odd bug with github, and I'm really looking forward to hearing what the team thinks. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
issmirnov
Oct 31, 2021
Replies: 1 comment
-
|
Please disregard. I just noticed my CURL request was to the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
issmirnov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Please disregard. I just noticed my CURL request was to the
fzf-binrepo, notfzf. Apologies about the noise.