Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
asr2003 authored Dec 14, 2024
1 parent 3d2ca67 commit fa2698c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nativelink-util/src/resource_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ enum State {
}

pub fn is_supported_digest_function(digest_function: &str) -> bool {
DIGEST_FUNCTIONS.contains(&digest_function)
DIGEST_FUNCTIONS.contains(&digest_function.to_lowercase().as_str())
}

// Iterate backwards looking for "(compressed-)blobs", once found, move forward
Expand Down

0 comments on commit fa2698c

Please sign in to comment.