Skip to content

Commit c4e3320

Browse files
committed
fix
1 parent 68cbe75 commit c4e3320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/build-llm.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build_llm_docs <- function(pkg = ".") {
1212
read_file_if_exists(path(pkg$dst_path, "reference", "index.md")),
1313
read_file_if_exists(path(pkg$dst_path, "articles", "index.md"))
1414
)
15-
writeLines(index, path(pkg$dst_path, "llms.txt"))
15+
write_lines(index, path(pkg$dst_path, "llms.txt"))
1616

1717
invisible()
1818
}

0 commit comments

Comments
 (0)