We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9926c4a commit dabdd1dCopy full SHA for dabdd1d
scripts/fetch-schemas.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
REPO_ROOT=$(git rev-parse --show-toplevel)
4
-BRANCH_OR_TAG="${1:-v5.0.0}"
+BRANCH_OR_TAG="${%40interledger/open-payments%405.0.0}"
5
BASE_URL="https://raw.githubusercontent.com/interledger/open-payments/$BRANCH_OR_TAG"
6
7
OUT_DIR="$REPO_ROOT/openapi"
0 commit comments