Skip to content

Commit f47d3ae

Browse files
author
jantje
committed
1 parent 54000ef commit f47d3ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

io.sloeber.core/src/io/sloeber/core/api/BoardDescriptor.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,8 @@ public IPath getReferencingLibraryPath() {
825825

826826
public String getUploadCommand(ICConfigurationDescription confdesc) {
827827
String upLoadTool = getActualUploadTool(confdesc);
828-
return Common.getBuildEnvironmentVariable(confdesc, "A.TOOLS." + upLoadTool + ".UPLOAD.PATTERN", upLoadTool);
828+
return Common.getBuildEnvironmentVariable(confdesc, "A.TOOLS." + upLoadTool.toUpperCase() + ".UPLOAD.PATTERN",
829+
upLoadTool.toUpperCase());
829830
}
830831

831832
public String getActualUploadTool(ICConfigurationDescription confdesc) {

0 commit comments

Comments
 (0)