Skip to content

Commit 5601d34

Browse files
authored
task: script extension (#518)
1 parent 2bb72c6 commit 5601d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/scripts/fetch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ OPENAPI_FOLDER=${OPENAPI_FOLDER:-"../openapi"}
2222

2323

2424
# 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
25+
API_BASE_URL=${API_BASE_URL:-https://raw.githubusercontent.com/mongodb/openapi/refs/heads/main/openapi/v2}
2626
versions_file="versions.json"
2727

2828
pushd "${OPENAPI_FOLDER}"

0 commit comments

Comments
 (0)