@@ -22,7 +22,7 @@ |
||
| 22 | 22 | #!/bin/sh |
| 23 | 23 | |
| 24 | 24 | vendor/bin/git-lint-validators git-lint-validator:hook $1 |
| 25 | -CONTENT; |
|
| 25 | +content; |
|
| 26 | 26 | |
| 27 | 27 | $io = $event->getIO(); |
| 28 | 28 | $question = "Do you want to install and activate the Git " |
@@ -20,7 +20,7 @@ |
||
| 20 | 20 | */ |
| 21 | 21 | const EXECUTABLE_PERMISSIONS = 0751; |
| 22 | 22 | const HOOK_CONTENTS |
| 23 | - = <<<CONTENT |
|
| 23 | + = <<<CONTENT |
|
| 24 | 24 | #!/bin/sh |
| 25 | 25 | |
| 26 | 26 | vendor/bin/git-lint-validators git-lint-validator:hook $1 |