fix: manifest path to /var/lib/claw-store (user-writable)

This commit is contained in:
Omar Sobh
2026-06-16 04:00:31 +00:00
parent f596ae28b9
commit 3fb108edfc
+1 -1
View File
@@ -50,7 +50,7 @@ impl Manifest {
} }
pub fn default_path() -> PathBuf { pub fn default_path() -> PathBuf {
PathBuf::from("/etc/claw-store/projects.toml") PathBuf::from("/var/lib/claw-store/projects.toml")
} }
} }