Commit 9841400
authored
fix: stub copy path (#5)
This pull request includes a minor fix to the `InstallHookCommand`
class. The change corrects the file path for the `stubPath` argument to
ensure it points to the correct directory.
*
[`src/Console/InstallHookCommand.php`](diffhunk://#diff-5d89208db5199d01741410b3274e723085c1b35784b745620f4a3a8d57bc582aL29-R29):
Updated the default `stubPath` value to fix the directory path from
`'/../src/Hooks/commit-msg'` to `'/../Hooks/commit-msg'`.1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments