mirror of
https://codeberg.org/postscriptum/snac2nex.git
synced 2026-03-31 13:15:27 +00:00
update comment
This commit is contained in:
parent
d8809c9fbb
commit
9f18f63df9
1 changed files with 2 additions and 2 deletions
|
|
@ -65,8 +65,8 @@ impl Nex {
|
|||
fs::create_dir_all(&p)?;
|
||||
|
||||
// init storage directory for the post state file and attachments
|
||||
// * the name starts with dot by the current implementation
|
||||
// it is usually hidden but accessible (in servers like Nexy)
|
||||
// * by the current implementation, its name starts with dot
|
||||
// as usually hidden but accessible (in servers like Nexy)
|
||||
let mut d = PathBuf::from(&p);
|
||||
d.push(format!(".{}", published.format(&self.filename)));
|
||||
fs::create_dir_all(&d)?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue