summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/common/blob_tree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/execution_api/common/blob_tree.cpp')
-rw-r--r--src/buildtool/execution_api/common/blob_tree.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/buildtool/execution_api/common/blob_tree.cpp b/src/buildtool/execution_api/common/blob_tree.cpp
index a0d362b4..7224406a 100644
--- a/src/buildtool/execution_api/common/blob_tree.cpp
+++ b/src/buildtool/execution_api/common/blob_tree.cpp
@@ -43,7 +43,8 @@ auto BlobTree::FromDirectoryTree(DirectoryTreePtr const& tree,
if (not blob_tree) {
return std::nullopt;
}
- auto raw_id = FromHexString((*blob_tree)->Blob().digest.hash());
+ auto raw_id =
+ FromHexString((*blob_tree)->blob_.GetDigest().hash());
if (not raw_id) {
return std::nullopt;
}