diff --git a/docs/source/quickstart.mdx b/docs/source/quickstart.mdx index d945442a256..68fab0cc457 100644 --- a/docs/source/quickstart.mdx +++ b/docs/source/quickstart.mdx @@ -287,7 +287,7 @@ If your remote proxy requires authentication, you can configure that as part of Be aware that this will cause the password to appear in plaintext in the command output: ```bash -export APOLLO_ROUTER_DOWNLOAD_REMOTE="https://:@myartifact-mirror...." +export APOLLO_ROUTER_DOWNLOAD_REMOTE=https://:@myartifact-mirror...." ``` ## Next steps diff --git a/scripts/install.sh b/scripts/install.sh index 135effdc7e5..7a0a43b73cc 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -6,7 +6,7 @@ # set -u -BINARY_DOWNLOAD_PREFIX="${APOLLO_ROUTER_DOWNLOAD_REMOTE:="https://github.com/apollographql/router/releases/download"}" +BINARY_DOWNLOAD_PREFIX="${APOLLO_ROUTER_DOWNLOAD_HOST:="https://github.com/apollographql/router/releases/download"}" # Router version defined in apollo-router's Cargo.toml # Note: Change this line manually during the release steps.