Skip to content

Commit 3880fc0

Browse files
committed
everything's comin up milhouse
1 parent b28a9e3 commit 3880fc0

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
@@ -65,7 +65,7 @@ convertall:
6565
for notebook in ${ALL_NOTEBOOKS}; do \
6666
echo Installing requirements from $${_paths[i]}; \
6767
python -m pip install --force-reinstall -r $${_paths[i]} > /dev/null; \
68-
nbcollection convert --blah ${CONVERTFLAGS} ${FLAGS} $$notebook; \
68+
nbcollection convert ${CONVERTFLAGS} ${FLAGS} $$notebook; \
6969
i=$$((i+1)); \
7070
done
7171

0 commit comments

Comments
 (0)