summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Harkness <me@bearbin.net>2015-11-02 20:14:49 +0100
committerAlexander Harkness <me@bearbin.net>2015-11-02 20:14:49 +0100
commit231fa291746c59f7f91ed0f67dcc291c21509f3e (patch)
treeffc88ac6fe4af6baef9ae2f31a3b67c11162f6c1
parentMerge pull request #2587 from cuberite/bountysource-not-gratipay (diff)
downloadcuberite-231fa291746c59f7f91ed0f67dcc291c21509f3e.tar
cuberite-231fa291746c59f7f91ed0f67dcc291c21509f3e.tar.gz
cuberite-231fa291746c59f7f91ed0f67dcc291c21509f3e.tar.bz2
cuberite-231fa291746c59f7f91ed0f67dcc291c21509f3e.tar.lz
cuberite-231fa291746c59f7f91ed0f67dcc291c21509f3e.tar.xz
cuberite-231fa291746c59f7f91ed0f67dcc291c21509f3e.tar.zst
cuberite-231fa291746c59f7f91ed0f67dcc291c21509f3e.zip
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
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 `<clone location>/.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`