From 4ffa6374dbf67fe386bab041d67a46c3ce75cc23 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Thu, 16 Jan 2025 09:35:30 +0100 Subject: Just: Support absent tree structure roots --- src/other_tools/utils/parse_precomputed_root.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/other_tools/utils/parse_precomputed_root.cpp') diff --git a/src/other_tools/utils/parse_precomputed_root.cpp b/src/other_tools/utils/parse_precomputed_root.cpp index a27c7989..7b9ef519 100644 --- a/src/other_tools/utils/parse_precomputed_root.cpp +++ b/src/other_tools/utils/parse_precomputed_root.cpp @@ -67,7 +67,7 @@ namespace { if (not repo.IsNotNull()) { return unexpected{"Mandatory key \"repo\" is missing"}; } - return TreeStructureRoot{.repository = repo->String()}; + return TreeStructureRoot{.repository = repo->String(), .absent = false}; } } // namespace -- cgit v1.2.3