Skip to content

Commit

Permalink
change comment for push testing
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyNava committed Nov 7, 2024
1 parent bc14693 commit 5e2633f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _plugins/setup_git.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# This Jekyll plugin makes sure that git is configured to run git commit hooks
# from the .githooks dir
# This is because the .git directory is ignored by github and we want .githooks to be part of the codebase
# This is because the .git directory is ignored by github and we want .githooks to be part of the codebase.

# This plugin runs when jekyll is run
%x(git config --local core.hooksPath .githooks/)

0 comments on commit 5e2633f

Please sign in to comment.