aboutsummaryrefslogtreecommitdiff
path: root/server/tools/src/graph_summary.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/tools/src/graph_summary.rs')
-rw-r--r--server/tools/src/graph_summary.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/server/tools/src/graph_summary.rs b/server/tools/src/graph_summary.rs
index bfdcc955..c6db2678 100644
--- a/server/tools/src/graph_summary.rs
+++ b/server/tools/src/graph_summary.rs
@@ -22,8 +22,7 @@ use hurrycurry_protocol::{ItemIndex, Recipe, TileIndex};
use std::collections::HashSet;
pub(crate) fn graph_summary() -> Result<()> {
- let mut index = DataIndex::default();
- index.reload()?;
+ let index = DataIndex::new("data".into())?;
println!("digraph {{");