This commit is contained in:
Shreyas Goenka 2025-03-02 17:31:31 +01:00
parent 5a2dcbbfc8
commit 30a582a5e3
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ func readLogs(stdin io.Reader) ([]string, error) {
} }
if len(in.Logs) == 0 { if len(in.Logs) == 0 {
return nil, fmt.Errorf("No logs to upload") return nil, errors.New("No logs to upload")
} }
protoLogs := make([]string, len(in.Logs)) protoLogs := make([]string, len(in.Logs))