mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-08 13:33:44 +02:00
history is a better name for this file
This commit is contained in:
parent
949529a7ee
commit
7ca7d2bf3e
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ fn member_path(base: &PathBuf, network_id: NetworkId, member_id: Address) -> Pat
|
|||
impl FileDatabase {
|
||||
pub async fn new<P: AsRef<Path>>(base_path: P) -> Result<Self, Box<dyn Error>> {
|
||||
let base: PathBuf = base_path.as_ref().into();
|
||||
let changelog = base.join("_old");
|
||||
let changelog = base.join("_history");
|
||||
let _ = fs::create_dir_all(&base).await?;
|
||||
Ok(Self {
|
||||
base_path: base,
|
||||
|
|
Loading…
Add table
Reference in a new issue