fix: manifest path to /var/lib/claw-store (user-writable)
This commit is contained in:
@@ -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")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user