Skip to content

Commit c30e12a

Browse files
committed
Update path in make command
1 parent 34059dd commit c30e12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make/lib/bib/reference.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
CITATION ?=
66

77
# Define the command for returning a citation reference:
8-
CITATION_REFERENCE ?= $(NODE) $(TOOLS_DIR)/bib/citation-reference/bin/cli
8+
CITATION_REFERENCE ?= $(NODE) $(TOOLS_PKGS_DIR)/bib/citation-reference/bin/cli
99

1010
# Define the command-line options to be used when executing the command:
1111
CITATION_REFERENCE_FLAGS ?= \

0 commit comments

Comments
 (0)