diff --git a/bin/check-examples.sh b/bin/check-examples.sh index 68391f397..5f74bdeef 100755 --- a/bin/check-examples.sh +++ b/bin/check-examples.sh @@ -10,9 +10,8 @@ set -e THIS_DIR="$(dirname "$0")" SPDX_VERSION="3.0.1" SCHEMA_URL="https://spdx.org/schema/${SPDX_VERSION}/spdx-json-schema.json" -RDF_URL="https://spdx.org/rdf/3.0.1/spdx-model.ttl" -CONTEXT_URL="https://spdx.org/rdf/3.0.1/spdx-context.jsonld" -SPDX_VERSION="3.0.1" +RDF_URL="https://spdx.org/rdf/${SPDX_VERSION}/spdx-model.ttl" +CONTEXT_URL="https://spdx.org/rdf/${SPDX_VERSION}/spdx-context.jsonld" check_schema() { check-jsonschema \