diff options
Diffstat (limited to 'src/buildtool/common/tree.hpp')
-rw-r--r-- | src/buildtool/common/tree.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/common/tree.hpp b/src/buildtool/common/tree.hpp index 6e066c75..e9d5ef84 100644 --- a/src/buildtool/common/tree.hpp +++ b/src/buildtool/common/tree.hpp @@ -51,7 +51,7 @@ class Tree { } [[nodiscard]] auto Output() const -> ArtifactDescription { - return ArtifactDescription{id_}; + return ArtifactDescription::CreateTree(id_); } [[nodiscard]] static auto FromJson(std::string const& id, |