You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'`.
0 commit comments