We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb72c6 commit 5601d34Copy full SHA for 5601d34
tools/scripts/fetch.sh
@@ -22,7 +22,7 @@ OPENAPI_FOLDER=${OPENAPI_FOLDER:-"../openapi"}
22
23
24
# Base URL for fetching the openapi file
25
-API_BASE_URL=${API_BASE_URL:-}https://raw.githubusercontent.com/mongodb/openapi/refs/heads/main/openapi/v2
+API_BASE_URL=${API_BASE_URL:-https://raw.githubusercontent.com/mongodb/openapi/refs/heads/main/openapi/v2}
26
versions_file="versions.json"
27
28
pushd "${OPENAPI_FOLDER}"
0 commit comments