Skip to content

Commit dabdd1d

Browse files
Fix link in fetch-schemas.sh
1 parent 9926c4a commit dabdd1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/fetch-schemas.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
REPO_ROOT=$(git rev-parse --show-toplevel)
4-
BRANCH_OR_TAG="${1:-v5.0.0}"
4+
BRANCH_OR_TAG="${%40interledger/open-payments%405.0.0}"
55
BASE_URL="https://raw.githubusercontent.com/interledger/open-payments/$BRANCH_OR_TAG"
66

77
OUT_DIR="$REPO_ROOT/openapi"

0 commit comments

Comments
 (0)