Skip to content

Commit 6f97451

Browse files
authored
update ttl file name for material_sample_object_type
1 parent c063c61 commit 6f97451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate_vocab_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SCRIPT_FOLDER="$(dirname ${0})"
1010

1111
SOURCE_BASE="https://raw.githubusercontent.com/isamplesorg/vocabularies/main/vocabulary/"
1212

13-
SOURCES=("material_type.ttl" "sampled_feature_type.ttl" "material_sample_type.ttl")
13+
SOURCES=("material_type.ttl" "sampled_feature_type.ttl" "material_sample_object_type.ttl")
1414
DEST_FOLDER="models/generated/vocabularies/"
1515
mkdir -p "${DEST_FOLDER}"
1616
for src in ${SOURCES[@]}; do

0 commit comments

Comments
 (0)