From 231fa291746c59f7f91ed0f67dcc291c21509f3e Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Mon, 2 Nov 2015 19:14:49 +0000 Subject: [PATCH] Fix shell location. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 273a30925..592e331fa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,7 +50,7 @@ When contributing, the code conventions above *must* be followed. Otherwise, the * Clone the repository as usual. * Go to your `/.git/hooks` folder, create a text file named "pre-commit" there with the following contents: ``` -#!/usr/sh +#!/bin/sh src/CheckBasicStyle.lua 1>&2 -g ``` * If on Linux/Unix, you need to give the newly created file an execute permission: `chmod +x .git/hooks/pre-commit`