mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2025-03-04 10:29:26 +00:00
Fix typo
This commit is contained in:
parent
29d3fdc913
commit
4126c13fb1
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user