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

Commit dbe949b

Browse files
authored
Update query.R
1 parent 1c20f43 commit dbe949b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

R/query.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,8 +419,7 @@ get_metadata_local <- function(
419419
if (!file.exists(sqlite_path)){
420420
tar_dir <- tempdir()
421421
tar_file <- file.path(tar_dir, "metadata.tar.xz")
422-
cli_alert_info("The following procedure is performed once and will take approximately 3 minutes")
423-
cli_alert_info("Downloading tar archive")
422+
cli_alert_info("Downloading tar archive. The following procedure is performed once and will take approximately 3 minutes.")
424423
sync_remote_file(
425424
remote_url,
426425
tar_file,

0 commit comments

Comments
 (0)