Skip to content

Commit

Permalink
Update generate_perror/main.go
Browse files Browse the repository at this point in the history
Co-authored-by: Mattias Jonsson <[email protected]>
  • Loading branch information
dveeden and mjonss authored Jul 4, 2024
1 parent 7446b7c commit 2b659ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_perror/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func main() {
log.Fatalf("Error setting up call to perrror: %s", err)
}
if err = cmd.Start(); err != nil {
log.Fatalf("Error staring call to perror: %s", err)
log.Fatalf("Error starting call to perror: %s", err)
}
s := bufio.NewScanner(stdout)
r := regexp.MustCompile(`^MySQL error code MY-0*(\d+) \((\w+)\)`)
Expand Down

0 comments on commit 2b659ab

Please sign in to comment.