Skip to content

Commit f80072f

Browse files
committed
Fix script name
1 parent e7704f0 commit f80072f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ r-version: r-book-jl
4343
# Add JupyterLite on top of given book build.
4444
%-book-jl: %-book
4545
$(PIP_INSTALL_CMD) -r $*-jl-requirements.txt
46-
$(PYTHON) -m noteout.process_notebooks.py \
46+
$(PYTHON) -m noteout.process_notebooks \
4747
$(SOURCE_DIR)/_quarto-$*.yml \
4848
_$*_notebooks
4949
$(PYTHON) -m jupyter lite build \

0 commit comments

Comments
 (0)