From 760918b5822f8d913d0b8135a240a82d9607f5a4 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Sat, 14 Nov 2015 17:32:30 -0500 Subject: change shell to bash --- .../2014-05-31-less-file-compilation-for-jekyll-github-pages.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_posts/2014-05-31-less-file-compilation-for-jekyll-github-pages.markdown') diff --git a/_posts/2014-05-31-less-file-compilation-for-jekyll-github-pages.markdown b/_posts/2014-05-31-less-file-compilation-for-jekyll-github-pages.markdown index 3bd3e78..84eeaac 100644 --- a/_posts/2014-05-31-less-file-compilation-for-jekyll-github-pages.markdown +++ b/_posts/2014-05-31-less-file-compilation-for-jekyll-github-pages.markdown @@ -13,7 +13,7 @@ I recently wrote about [migrating my website to GitHub Pages](/writing/migrating Using [Git hooks](http://git-scm.com/book/en/Customizing-Git-Git-Hooks), it’s possible to run a script at certain points during the Git workflow. To take advantage of this in my case, I added a small bash script to `.git/hooks/pre-commit`: -{% highlight shell %} +{% highlight bash %} #!/bin/sh export PATH=/usr/local/bin:$PATH -- cgit v1.2.3