Skip to content

Commit 0db54ca

Browse files
committed
Use consistent arg format.
1 parent 7b4512f commit 0db54ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slides/generate_slides.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ else
3737
--to slides \
3838
--template=$TEMPLATE_TYPE \
3939
--TemplateExporter.extra_template_basedirs="$SLIDES_DIR"/templates \
40-
--output-dir "$SLIDES_DIR"/html \
40+
--output-dir="$SLIDES_DIR"/html \
4141
"$SLIDES_DIR"/*.ipynb;
4242

4343
# delete the combined notebook

0 commit comments

Comments
 (0)