feat: misc improvements

This commit is contained in:
2025-03-18 23:27:17 +00:00
parent fe1a32f31b
commit 1191cdd95c
15 changed files with 264 additions and 68 deletions

View File

@ -60,7 +60,7 @@ impl Network {
cmd.arg(&self.local_path);
cmd.current_dir(artemis_dir);
cmd.spawn()
.map_err(|e| anyhow!("Unable to spawn artemis: {}", e))?;
.map_err(|e| anyhow!("unable to spawn artemis: {}", e))?;
} else {
log::warn!("unable to parse the artemis hostname");
}