Fix typo in script environment variable
This commit is contained in:
parent
3ccc8d67f4
commit
05bf3d0c62
|
@ -21,7 +21,7 @@ type malformedLogEntry struct {
|
|||
|
||||
func (malformed *malformedLogEntry) Environ() []string {
|
||||
return []string{
|
||||
"EVENT=discovered_cert",
|
||||
"EVENT=malformed_cert",
|
||||
"SUMMARY=" + fmt.Sprintf("unable to parse entry %d in %s", malformed.Entry.Index, malformed.Entry.Log.URL),
|
||||
"LOG_URI=" + malformed.Entry.Log.URL,
|
||||
"ENTRY_INDEX=" + fmt.Sprint(malformed.Entry.Index),
|
||||
|
|
Loading…
Reference in New Issue