From c768cd1240c272dad34f07b09340cfe1d11d67b6 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 8 Oct 2025 23:33:59 +0200 Subject: merge all makefiles into one --- server/tools/src/graph.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'server/tools/src/graph.rs') diff --git a/server/tools/src/graph.rs b/server/tools/src/graph.rs index a65ffc97..343047da 100644 --- a/server/tools/src/graph.rs +++ b/server/tools/src/graph.rs @@ -20,8 +20,7 @@ use hurrycurry_data::index::DataIndex; use hurrycurry_protocol::{Demand, ItemIndex, Recipe, RecipeIndex}; pub(crate) fn graph() -> Result<()> { - let mut index = DataIndex::default(); - index.reload()?; + let index = DataIndex::new("data".into())?; println!("digraph {{"); -- cgit v1.3