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
Sometimes on mac, the curl response from github is a single line rather than formatted json.
This happens more often than not and I can't determine the cause.
It looks like the same kind of problem as the kustomize install script here.
If I try the cmd it's attempting to run, you can see the wrong url being parsed out:
@tpantelis I'm not suggesting that as the fix.
Using 'jq' demonstrates how the script makes an assumption about the response from github i.e. that it is always formatted a specific way.
Sometimes on mac, the curl response from github is a single line rather than formatted json.
This happens more often than not and I can't determine the cause.
It looks like the same kind of problem as the kustomize install script here.
If I try the cmd it's attempting to run, you can see the wrong url being parsed out:
However, if you pipe the output from curl to jq, the url is correct.
The text was updated successfully, but these errors were encountered: