Skip to content

Commit 7146e77

Browse files
committed
Fix path
1 parent 307f6ce commit 7146e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make/lib/docs/repl.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
REPL_HELP ?= $(SRC_DIR)/@stdlib/repl/help/scripts/build.js
66

77
# Define the path to the executable for aggregating REPL examples:
8-
REPL_EXAMPLES ?= $(SRC_DIR)/@stdlib/repl/example/scripts/build.js
8+
REPL_EXAMPLES ?= $(SRC_DIR)/@stdlib/repl/code-blocks/scripts/build.js
99

1010

1111
# TARGETS #

0 commit comments

Comments
 (0)