Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit 6b7ed88

Browse files
committed
version UP
1 parent 505c409 commit 6b7ed88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/query.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ get_metadata <- function(
374374
remote_url = "https://object-store.rc.nectar.org.au/v1/AUTH_06d6e008e3e642da99d806ba3ea629c5/metadata/metadata.0.2.2.parquet",
375375
cache_directory = get_default_cache_dir()
376376
) {
377-
db_path <- file.path(cache_directory, "metadata.0.2.2.parquet")
377+
db_path <- file.path(cache_directory, "metadata.0.2.3.parquet")
378378
sync_remote_file(
379379
remote_url,
380380
db_path,

0 commit comments

Comments
 (0)