mirror of
https://github.com/SSLMate/certspotter.git
synced 2025-06-27 10:15:33 +02:00
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…
x
Reference in New Issue
Block a user