Skip to content

Commit 20a627e

Browse files
authored
fix: pass scan_qmd_packages argument (#114)
1 parent 4c81018 commit 20a627e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update-dependencies.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ scan_qmd_packages <- function(root = ".") {
1111
patterns <- c(
1212
"(?:install\\.packages|pkg_install|BiocManager::install|install_github|install_gitlab)\\((?:'|\")([a-zA-z].*)(?:'|\")\\)"
1313
)
14-
paths <- list.files(".",
14+
paths <- list.files(root,
1515
pattern = "\\.qmd$", recursive = TRUE,
1616
ignore.case = TRUE
1717
)

0 commit comments

Comments
 (0)