Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Aug 22, 2024
1 parent 6b885d8 commit 52e08f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/cached_connection.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ duckdbfs_env <- new.env()
cached_connection <- function(dbdir = ":memory:",
read_only = FALSE,
bigint = "numeric",
config = list(tempdir = tempfile())
config = list(temp_directory = tempfile())
) {

#conn <- mget("duckdbfs_conn", envir = duckdbfs_env,
Expand Down
2 changes: 1 addition & 1 deletion man/cached_connection.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 52e08f4

Please sign in to comment.