Skip to content

Commit

Permalink
master/runner: fix Finilizing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathaningram authored Jan 16, 2023
1 parent 0b601a9 commit ae51ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/requester.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ func (b *Requester) Finish() *Report {
<-b.reporter.done

if b.config.hasLog {
b.config.log.Debug("Finilizing report")
b.config.log.Debug("Finalizing report")
}

var r StopReason
Expand Down

0 comments on commit ae51ce5

Please sign in to comment.