File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 9292 # Validate that the remote URL is accessible
9393 echo " - Validating remote URL..."
9494 if ! curl --fail --silent --head " $REMOTE_URL " > /dev/null 2>&1 ; then
95- echo " " >&2
96- echo " Error: Unable to access A2A specification at version '$A2A_SPEC_VERSION '" >&2
97- echo " URL: $REMOTE_URL " >&2
98- echo " " >&2
99- echo " The version may not exist. Available versions can be found at:" >&2
100- echo " https://github.com/a2aproject/A2A/tags" >&2
101- echo " " >&2
95+ cat >&2 << EOF
96+
97+ Error: Unable to access A2A specification at version '$A2A_SPEC_VERSION '
98+ URL: $REMOTE_URL
99+
100+ The version may not exist. Available versions can be found at:
101+ https://github.com/a2aproject/A2A/tags
102+
103+ EOF
102104 exit 1
103105 fi
104106
You can’t perform that action at this time.
0 commit comments