Skip to content

Commit d6602d9

Browse files
committed
fill: Do not overwrite main data files list [fix]
1 parent 8ce9e6a commit d6602d9

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
@@ -227,7 +227,7 @@ find \
227227
find \
228228
"$ontology_xmls_root" \
229229
-name "*.xml" \
230-
> "$input_list_file"
230+
>> "$input_list_file"
231231
num_inputs="$(cat "$input_list_file" | wc -l)"
232232
echo "# input files: $num_inputs"
233233

0 commit comments

Comments
 (0)