Skip to content

Commit 2e5ee80

Browse files
committed
Typo fix in error message
1 parent fc63c4c commit 2e5ee80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/web/validate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ func runValidator(validator, repopath, commit string, gcl *ginclient.Client) {
464464
// valid, but the validator failed to run. This function does not return
465465
// anything, but logs all errors.
466466
func writeValFailure(resdir string) {
467-
log.ShowWrite("[Error] VALIDATOR FUN FAILURE")
467+
log.ShowWrite("[Error] VALIDATOR RUN FAILURE")
468468
srvcfg := config.Read()
469469
procBadge := filepath.Join(resdir, srvcfg.Label.ResultsBadge)
470470
err := ioutil.WriteFile(procBadge, []byte(resources.FailureBadge), os.ModePerm)

0 commit comments

Comments
 (0)