forked from akanyan/STARTLINER
feat: misc improvements
This commit is contained in:
@ -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");
|
||||
}
|
||||
|
Reference in New Issue
Block a user