Skip to content

Commit

Permalink
Merge pull request #397 from jonathaningram/patch-1
Browse files Browse the repository at this point in the history
master/runner: fix Finilizing typo
  • Loading branch information
bojand committed Jan 28, 2023
2 parents e08f389 + ae51ce5 commit 9efc08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/requester.go
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 9efc08b

Please sign in to comment.