Chris

Results 2 comments of Chris

> Hi @impossible98, I'm not sure I follow the issue. Can you share the specific command and output you're seeing? Is it possible you have an alias for `curl` that...

```bash get_latest_release() { curl --silent https://volta.sh/latest-version" } ``` to ```bash get_latest_release() { curl --silent -L https://volta.sh/latest-version" } ```