Skip to content

Commit

Permalink
Typo in fixing issue 0xrawsec#7
Browse files Browse the repository at this point in the history
  • Loading branch information
qjerome committed Oct 2, 2019
1 parent 5050ad5 commit 59fdd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const (
)

var (
guidRe = regexp.MustCompile(`(?i:\{[a-f0-9]{8}-([a-f0-9]{4}-){3}[a-f0-9]{12}\})`
guidRe = regexp.MustCompile(`(?i:\{[a-f0-9]{8}-([a-f0-9]{4}-){3}[a-f0-9]{12}\})`)
eventHashRe = regexp.MustCompile(`[a-f0-9]{32,}`) // at least md5
filenameRe = regexp.MustCompile(`[\w\s\.-]+`)
)
Expand Down

0 comments on commit 59fdd01

Please sign in to comment.