mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 08:04:52 +01:00
stop complaining my god
This commit is contained in:
@@ -25,7 +25,7 @@ pub fn run_command(command: String) {
|
|||||||
} else {
|
} else {
|
||||||
Command::new("sh")
|
Command::new("sh")
|
||||||
.arg("-c")
|
.arg("-c")
|
||||||
.arg(command)
|
.arg(command.as_str())
|
||||||
.output()
|
.output()
|
||||||
.expect("failed to execute process")
|
.expect("failed to execute process")
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user