Skip to content

Commit b116100

Browse files
committed
set default for child dir
1 parent eacacd8 commit b116100

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/autoqmd_generate_children.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
autoqmd_generate_children <- function(
5656
...,
5757
template,
58-
child_dir,
58+
child_dir = ".",
5959
freeze = NULL,
6060
delim = c("{{", "}}")
6161
) {

0 commit comments

Comments
 (0)