From 53373a9cfd1b212a111d57adc0a28c731b24bc5c Mon Sep 17 00:00:00 2001 From: jlaura <jlaura@usgs.gov> Date: Fri, 6 Jan 2023 09:11:42 -0700 Subject: [PATCH] Update make_json_bib.sh --- make_json_bib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_json_bib.sh b/make_json_bib.sh index 0dfb527..8ddbe0b 100644 --- a/make_json_bib.sh +++ b/make_json_bib.sh @@ -1,3 +1,3 @@ # Use citation-js to convert the bibtext bibliography into a JSON-CSL bibliography. # citation-js is a npm package -/Users/jlaura-pr/.npm-global/lib/node_modules/citation-js/bin/cmd.js -i ardbib.bib > ~/github/arddocs/content/bibliography.json +$NODE_PATH/citation-js/bin/cmd.js -i ardbib.bib > content/bibliography.json -- GitLab