mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-13 15:44:35 +01:00
stop complaining my god
This commit is contained in:
@@ -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")
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user