Skip to content

Commit

Permalink
update Makefile to reference new assistant.py func name (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
speediedan authored Apr 18, 2022
1 parent eeb2a30 commit 22717e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ipynb: init ${IPYNB}

%.ipynb: %/.meta.y*ml
@echo $<
python .actions/assistant.py augment-script $(shell dirname $<)
python .actions/assistant.py convert-ipynb $(shell dirname $<)
python .actions/assistant.py bash-render $(shell dirname $<)
bash .actions/_ipynb-render.sh

Expand Down

0 comments on commit 22717e7

Please sign in to comment.