Skip to content

Commit

Permalink
rename internal ref: script/GitHooks -> script/git_hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Jul 26, 2023
1 parent c83a60d commit f3ef659
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ echo setting for local environment...
echo.

echo [SET USER HOOKS]
git config --local core.hooksPath Script/GitHooks
git config --local core.hooksPath script/git_hooks
echo done.
echo.

Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo setting for local environment...
echo

echo [SET USER HOOKS]
git config --local core.hooksPath Script/GitHooks
git config --local core.hooksPath script/git_hooks
echo done.
echo

Expand Down

0 comments on commit f3ef659

Please sign in to comment.