update comment

This commit is contained in:
postscriptum 2025-07-02 13:49:14 +03:00
parent d8809c9fbb
commit 9f18f63df9

View file

@ -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)?;