diff --git a/_plugins/setup_git.rb b/_plugins/setup_git.rb index 94be89b..79f2a60 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/)