Skip to content

Commit 186752d

Browse files
authored
Turn off dumping the "00-rawItems.json" file when update_bibliography.sh is run. (#243)
I forgot to turn it off before committing the mth2-use-DOI-for-url-bibliography branch, and creating the PR #242.
1 parent d785162 commit 186752d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update_bibliography.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
rawItemsFile=true
5+
rawItemsFile=false
66
debugFiles=false
77
tagFiles=false
88
typeFiles=false

0 commit comments

Comments
 (0)