fix: remove duplicate imgLower declaration in buildCdOnlyDosboxConf
Build & Deploy / build-and-deploy (push) Successful in 40s
Build & Deploy / build-and-deploy (push) Successful in 40s
This commit is contained in:
@@ -593,7 +593,6 @@ public class UploadResource {
|
|||||||
if (hasData) continue;
|
if (hasData) continue;
|
||||||
}
|
}
|
||||||
seenDirs.add(parentDir);
|
seenDirs.add(parentDir);
|
||||||
String imgLower = img.toLowerCase();
|
|
||||||
String flags = imgLower.endsWith(".bin") ? " -t cdrom -fs iso" : " -t cdrom";
|
String flags = imgLower.endsWith(".bin") ? " -t cdrom -fs iso" : " -t cdrom";
|
||||||
sb.append("imgmount ").append(driveLetter).append(" \"").append(img).append("\"").append(flags).append("\n");
|
sb.append("imgmount ").append(driveLetter).append(" \"").append(img).append("\"").append(flags).append("\n");
|
||||||
driveLetter++;
|
driveLetter++;
|
||||||
|
|||||||
Reference in New Issue
Block a user