repl icon indicating copy to clipboard operation
repl copied to clipboard

Link in standalone installation returns 301:Moved Permanently

Open SlackingSleeper opened this issue 2 months ago • 0 comments

curl -v https://raw.github.com/defunkt/repl/latest/bin/repl receives no data and instead returns (at the bottom)

< HTTP/2 301 
< location: https://raw.githubusercontent.com/defunkt/repl/latest/bin/repl

adding -L or changing the link to the new format should fix it

SlackingSleeper avatar Nov 12 '25 18:11 SlackingSleeper