stop complaining my god

This commit is contained in:
KingRainbow44
2022-02-01 14:00:00 +01:00
parent 13e84d50fa
commit bc438e3dca

View File

@@ -25,7 +25,7 @@ pub fn run_command(command: String) {
} else {
Command::new("sh")
.arg("-c")
.arg(command)
.arg(command.as_str())
.output()
.expect("failed to execute process")
};