Skip to content

Commit 7f6bc25

Browse files
committed
Fix successive DB fills (regarding SPDX repo) [fix]
1 parent 61178ba commit 7f6bc25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run/fill-db

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ then
185185
echo "rdfturtle/" >> "$spdx_licenses_dir/.git/info/sparse-checkout"
186186
git -C "$spdx_licenses_dir" checkout main
187187
fi
188-
git -C "$spdx_licenses_dir" pull --depth 1
188+
git -C "$spdx_licenses_dir" pull --depth 1 --rebase --force
189189

190190
ontology_ttls_root="$ontologies_dir"
191191

0 commit comments

Comments
 (0)