Skip to content

Commit 28b5360

Browse files
committed
Turn off dumping the "00-rawItems.json" file when update_bibliography.sh is run.
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 28b5360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update_bibliography.sh

Lines changed: 1 addition & 1 deletion
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)