This commit is contained in:
Peter Dell 2023-01-05 02:01:02 +01:00
parent 29d3fdc913
commit 4126c13fb1

View File

@ -96,7 +96,7 @@ public final class RunnerPaths {
runnerPaths.put(runnerPath.getKey(), runnerPath);
}
public RunnerPath getDefaultRunnerrPath(Hardware hardware, String runnerId) {
public RunnerPath getDefaultRunnerPath(Hardware hardware, String runnerId) {
String os = Platform.getOS();
String osArch = Platform.getOSArch();
String key = RunnerPath.getKey(hardware, runnerId, os, osArch);