Skip to content

Commit 5a405ad

Browse files
cmaglieper1234
andauthored
Update commands/upload/upload.go
Co-authored-by: per1234 <accounts@perglass.com>
1 parent 277a01d commit 5a405ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/upload/upload.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ func runProgramAction(pm *packagemanager.PackageManager,
304304
}
305305

306306
if !uploadProperties.ContainsKey("upload.protocol") && programmer == nil {
307-
return &commands.ProgreammerRequiredForUploadError{}
307+
return &commands.ProgrammerRequiredForUploadError{}
308308
}
309309

310310
// Set properties for verbose upload

0 commit comments

Comments
 (0)