only:java

This commit is contained in:
rusefillc 2025-02-04 19:21:15 -05:00
parent 23b9457522
commit f084b9e40d
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ public class SignatureHelper {
return null;
String fileName = s.getHash() + ".ini";
return new Pair("https://rusefi.com/online/ini/rusefi/" + s.getBranch() + SLASH + s.getYear() + SLASH +
return new Pair<>("https://rusefi.com/online/ini/rusefi/" + s.getBranch() + SLASH + s.getYear() + SLASH +
s.getMonth() + SLASH +
s.getDay() + SLASH +
s.getBundleTarget() + SLASH +