summaryrefslogtreecommitdiff
path: root/src/buildtool/file_system/git_repo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/file_system/git_repo.cpp')
-rw-r--r--src/buildtool/file_system/git_repo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/file_system/git_repo.cpp b/src/buildtool/file_system/git_repo.cpp
index 4d5dfcb9..800da4b8 100644
--- a/src/buildtool/file_system/git_repo.cpp
+++ b/src/buildtool/file_system/git_repo.cpp
@@ -1841,7 +1841,7 @@ auto GitRepo::ReadTree(std::string const& id,
for (auto const& entry : entries) {
if (std::any_of(entry.second.begin(),
entry.second.end(),
- [](tree_entry_t const& item) {
+ [](TreeEntry const& item) {
return IsSymlinkObject(item.type);
})) {
auto digest = ArtifactDigestFactory::Create(