Skip to content

Commit

Permalink
fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Nov 7, 2024
1 parent 632f6bc commit f379c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/class_store_repository_cas.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ store_read_object.tar_repository_cas <- function(store, file) {
#' @export
store_has_correct_hash.tar_repository_cas <- function(store, file) {
lookup <- tar_repository_cas_lookup(store)
key <- .subset2(.subset2(store, "file"), "hash")
key <- .subset2(file, "hash")
if (lookup_missing(lookup = lookup, name = key)) {
value <- store_repository_cas_call_method(
store = store,
Expand Down

0 comments on commit f379c5c

Please sign in to comment.