Skip to content

Commit

Permalink
Reformat file
Browse files Browse the repository at this point in the history
  • Loading branch information
rockstaedt committed Feb 12, 2023
1 parent 83669c5 commit 0ec2638
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/hook.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ func writeContent(writer io.Writer, exePath string) {
_, err := fmt.Fprint(writer, "#!/bin/sh\n\n")
_, err = fmt.Fprintf(writer, `"%s/commit-message-check" validate $1`, exePath)
_, err = fmt.Fprint(writer, "\n")

if err != nil {
log.Printf("[ERROR]\t Could not write commit-msg script: %s", err)
}
Expand Down

0 comments on commit 0ec2638

Please sign in to comment.