From 5e2633f2ef3c34567f8c88be866de7e38d57a475 Mon Sep 17 00:00:00 2001 From: Jeremy Jones Date: Thu, 7 Nov 2024 10:27:20 -0500 Subject: [PATCH] change comment for push testing --- _plugins/setup_git.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_plugins/setup_git.rb b/_plugins/setup_git.rb index 94be89b9..79f2a60c 100755 --- a/_plugins/setup_git.rb +++ b/_plugins/setup_git.rb @@ -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/)