Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondben committed Feb 5, 2024
1 parent e903338 commit 01575e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/copernicus_handler.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ bb_handler_copernicus_inner <- function(config, verbose = FALSE, local_dir_only
if (!is.na(myfiles$ETag[idx])) {
## we have a remote hash, so replace existing if remote hash does not match that of local copy
if (this_exists) {
download_this <- !isTRUE(myfiles$ETag[idx] == myfiles$checksum[idx])
download_this <- !isTRUE(myfiles$ETag[idx] == myfiles$existing_checksum[idx])
}
} else {
## no remote hash, so attempt the download and rely on timestamps
Expand Down

0 comments on commit 01575e2

Please sign in to comment.