@@ -26,7 +26,7 @@ |
||
26 | 26 | vendor/bin/git-lint-validators git-lint-validator:hook $1 |
27 | 27 | CONTENT; |
28 | 28 | |
29 | - const TEMPLATE_CONTENTS = <<<CONTENT |
|
29 | + const TEMPLATE_CONTENTS = <<<CONTENT |
|
30 | 30 | Subject line |
31 | 31 | |
32 | 32 | # - Capitalise the subject line and do not end it with a period |
@@ -24,7 +24,7 @@ discard block |
||
24 | 24 | #!/bin/sh |
25 | 25 | |
26 | 26 | vendor/bin/git-lint-validators git-lint-validator:hook $1 |
27 | -CONTENT; |
|
27 | +content; |
|
28 | 28 | |
29 | 29 | const TEMPLATE_CONTENTS = <<<CONTENT |
30 | 30 | Subject line |
@@ -38,7 +38,7 @@ discard block |
||
38 | 38 | # - Use the subject body to explain what and why vs. how |
39 | 39 | # - Wrap the subject body at 72 characters |
40 | 40 | |
41 | -CONTENT; |
|
41 | +content; |
|
42 | 42 | |
43 | 43 | /** |
44 | 44 | * Installs and activates the Git commit message |