script: Missed a newline in the commit-msg hook output
This commit is contained in:
@@ -39,6 +39,7 @@ func main() {
|
|||||||
lines := bytes.Split(bs, []byte{'\n'})
|
lines := bytes.Split(bs, []byte{'\n'})
|
||||||
if !subject.Match(lines[0]) {
|
if !subject.Match(lines[0]) {
|
||||||
fmt.Printf(`Commit message subject:
|
fmt.Printf(`Commit message subject:
|
||||||
|
|
||||||
%s
|
%s
|
||||||
|
|
||||||
doesn't look like "tag: One sentence description". Specifically, it doesn't
|
doesn't look like "tag: One sentence description". Specifically, it doesn't
|
||||||
|
|||||||
Reference in New Issue
Block a user