Skip to content

Commit a94ebb1

Browse files
LasneFdaveshanley
authored andcommitted
tiny renamy
1 parent cca73a1 commit a94ebb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/html_report.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,9 @@ func GetHTMLReportCommand() *cobra.Command {
231231
return er[0]
232232
}
233233

234-
err1 := writeReportFile(err, reportFile, report)
234+
writeErr := writeReportFile(err, reportFile, report)
235235

236-
return err1
236+
return writeErr
237237

238238
} else {
239239
go listenForUpdates(updateChan, errorChan)

0 commit comments

Comments
 (0)