We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 277a01d commit 5a405adCopy full SHA for 5a405ad
commands/upload/upload.go
@@ -304,7 +304,7 @@ func runProgramAction(pm *packagemanager.PackageManager,
304
}
305
306
if !uploadProperties.ContainsKey("upload.protocol") && programmer == nil {
307
- return &commands.ProgreammerRequiredForUploadError{}
+ return &commands.ProgrammerRequiredForUploadError{}
308
309
310
// Set properties for verbose upload
0 commit comments