Skip to content

Commit 14a8ff9

Browse files
committed
Fix file not found error while upload on linux
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent 8631967 commit 14a8ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"-b", "$UPLOAD_SPEED",
109109
"-p", '"$UPLOAD_PORT"',
110110
],
111-
UPLOADCMD='"$UPLOADER" $UPLOADERFLAGS $SOURCE'
111+
UPLOADCMD='$UPLOADER $UPLOADERFLAGS $SOURCE'
112112
)
113113
upload_source = target_firm
114114
upload_actions = [env.VerboseAction("$UPLOADCMD", "Uploading $SOURCE")]

0 commit comments

Comments
 (0)