diff options
author | Alexander Harkness <me@bearbin.net> | 2015-11-02 21:18:17 +0100 |
---|---|---|
committer | Alexander Harkness <me@bearbin.net> | 2015-11-02 21:18:17 +0100 |
commit | 51948058ada6d6898cd98ddbc9e933e60894e28e (patch) | |
tree | ffc88ac6fe4af6baef9ae2f31a3b67c11162f6c1 | |
parent | Merge pull request #2587 from cuberite/bountysource-not-gratipay (diff) | |
parent | Fix shell location. (diff) | |
download | cuberite-51948058ada6d6898cd98ddbc9e933e60894e28e.tar cuberite-51948058ada6d6898cd98ddbc9e933e60894e28e.tar.gz cuberite-51948058ada6d6898cd98ddbc9e933e60894e28e.tar.bz2 cuberite-51948058ada6d6898cd98ddbc9e933e60894e28e.tar.lz cuberite-51948058ada6d6898cd98ddbc9e933e60894e28e.tar.xz cuberite-51948058ada6d6898cd98ddbc9e933e60894e28e.tar.zst cuberite-51948058ada6d6898cd98ddbc9e933e60894e28e.zip |
Diffstat (limited to '')
-rw-r--r-- | CONTRIBUTING.md | 2 |
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` |