Skip to content

Commit

Permalink
Update duckdb_config.R
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig authored Dec 1, 2024
1 parent bedf8c9 commit 9b6f478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/duckdb_config.R
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ duckdb_s3_config <- function(conn = cached_connection(),
duckdb_set(s3_use_ssl, conn = conn)
}

load_httpfs <- function(conn = cached_connection()
load_httpfs <- function(conn = cached_connection(),
nightly=getOption("duckdbfs_use_nightly", FALSE)) {
exts <- duckdb_extensions()
source <- ""
Expand Down

0 comments on commit 9b6f478

Please sign in to comment.