Skip to content

Commit 57154d2

Browse files
committed
[validate] NIXPy error and warning tags
1 parent 8ed5f9e commit 57154d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/web/validate.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ func validateNIX(valroot, resdir string) error {
214214
}
215215

216216
// We need this for both the writing of the result and the badge
217-
errtag := []byte("ERROR")
218-
warntag := []byte("WARNING")
217+
errtag := []byte("with errors")
218+
warntag := []byte("with warnings")
219219
var badge []byte
220220
output := out.Bytes()
221221
switch {

0 commit comments

Comments
 (0)