Skip to content

Commit

Permalink
Update bin/check-examples.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Maximilian Huber <maximilian.huber@tngtech.com>
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
  • Loading branch information
bact and maxhbr authored Sep 10, 2024
1 parent 03a1cb7 commit 9447008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/check-examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

set -e

THIS_DIR=$(dirname $0)
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"
Expand Down

0 comments on commit 9447008

Please sign in to comment.