Skip to content

Commit

Permalink
Update R/location.R
Browse files Browse the repository at this point in the history
Co-authored-by: Rich FitzJohn <[email protected]>
  • Loading branch information
r-ash and richfitz authored Feb 22, 2024
1 parent 3227df6 commit c5dd3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/location.R
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ location_pull_files <- function(files, root) {
})
if (any(on_disk)) {
cli::cli_alert_success("Found {sum(on_disk)} file{?s} on disk")
files <- files[!on_disk, ]
files <- files[!on_disk, , drop = FALSE]
}
}

Expand Down

0 comments on commit c5dd3fb

Please sign in to comment.