diff --git a/hive-ag3nt/src/stats.rs b/hive-ag3nt/src/stats.rs index 1731a20c..ae98ca7e 100644 --- a/hive-ag3nt/src/stats.rs +++ b/hive-ag3nt/src/stats.rs @@ -157,7 +157,7 @@ pub fn snapshot_default(window: Window) -> Snapshot { } fn default_path() -> PathBuf { - crate::paths::state_dir().join("hyperhive-turn-stats.sqlite") + crate::paths::harness_dir().join("hyperhive-turn-stats.sqlite") } fn empty_snapshot(window: Window) -> Snapshot {