Skip to content

Commit 8ea3f1c

Browse files
committed
Change back remote_url
1 parent 5056c05 commit 8ea3f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate_types.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if [ -z "$1" ]; then
1010
exit 1
1111
fi
1212

13-
REMOTE_URL="https://raw.githubusercontent.com/a2aproject/A2A/refs/heads/uuid-fields/specification/json/a2a.json"
13+
REMOTE_URL="https://raw.githubusercontent.com/a2aproject/A2A/refs/heads/main/specification/json/a2a.json"
1414
GENERATED_FILE="$1"
1515

1616
echo "Running datamodel-codegen..."

0 commit comments

Comments
 (0)