chore: cleanup

This commit is contained in:
iff 2024-12-08 00:38:15 +01:00
parent b87f22975e
commit 1577ce400e
3 changed files with 28 additions and 25 deletions

View file

@ -226,7 +226,7 @@ pub fn command_output(shell: &str, command: &str) -> String {
.output()
.expect("failed to execute process");
String::from_utf8_lossy(&output.stdout).to_string()
String::from_utf8_lossy(&output.stdout).to_string()
}
pub fn last_command(shell: &str) -> String {