summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/common/blob_tree.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/execution_api/common/blob_tree.hpp')
-rw-r--r--src/buildtool/execution_api/common/blob_tree.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/execution_api/common/blob_tree.hpp b/src/buildtool/execution_api/common/blob_tree.hpp
index 47b3c3ae..2d5a8a25 100644
--- a/src/buildtool/execution_api/common/blob_tree.hpp
+++ b/src/buildtool/execution_api/common/blob_tree.hpp
@@ -38,7 +38,7 @@ class BlobTree {
[[nodiscard]] auto Blob() const noexcept -> ArtifactBlob { return blob_; }
[[nodiscard]] auto IsTree() const noexcept -> bool {
- return blob_.digest.IsTree();
+ return blob_.GetDigest().IsTree();
}
/// \brief Create a `BlobTree` from a `DirectoryTree`.