From 28b5360d4d92573e0d6edb423ac5f509a1255509 Mon Sep 17 00:00:00 2001 From: Matt Heffron Date: Mon, 30 Sep 2024 23:18:29 -0700 Subject: [PATCH] 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. --- scripts/update_bibliography.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update_bibliography.sh b/scripts/update_bibliography.sh index 4e7cf873..6b99a005 100755 --- a/scripts/update_bibliography.sh +++ b/scripts/update_bibliography.sh @@ -2,7 +2,7 @@ set -e -rawItemsFile=true +rawItemsFile=false debugFiles=false tagFiles=false typeFiles=false