Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit 732bfbf

Browse files
committed
fix typo
1 parent 67faa29 commit 732bfbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pub async fn init(
6060
eprintln!("failed to setup logging: {}", err);
6161
}
6262

63-
let config = absolute(Path::new(config)).context("failed to get config dire absolute path")?;
63+
let config = absolute(Path::new(config)).context("failed to get config dir absolute path")?;
6464
let socket = absolute(Path::new(socket)).context("failed to get socket file absolute path")?;
6565

6666
if let Some(dir) = socket.parent() {

0 commit comments

Comments
 (0)