Skip to content

Commit f540758

Browse files
committed
Fixed dry-run in upload with programmer
1 parent c5812ee commit f540758

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commands/service_upload.go

+1
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ func (s *arduinoCoreServerImpl) UploadUsingProgrammer(req *rpc.UploadUsingProgra
256256
Verbose: req.GetVerbose(),
257257
Verify: req.GetVerify(),
258258
UserFields: req.GetUserFields(),
259+
DryRun: req.GetDryRun(),
259260
}, streamAdapter)
260261
}
261262

0 commit comments

Comments
 (0)