From: Daniel Martí Date: Fri, 9 Jan 2015 14:36:17 +0000 (+0100) Subject: hooks/pre-commit: Fix message X-Git-Tag: 0.4.0~163 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=547661fd3ac52f5dc61950dbf0eaaa545896c3b9;p=fdroidserver.git hooks/pre-commit: Fix message --- diff --git a/hooks/pre-commit b/hooks/pre-commit index 564f5a4f..63e3fbb9 100755 --- a/hooks/pre-commit +++ b/hooks/pre-commit @@ -1,7 +1,7 @@ #!/bin/sh # -# Simple pre-commit hook to check that there are no errors in the fdroid -# metadata files. +# Simple pre-commit hook to check that there are no errors in the fdroidserver +# source files. # Redirect output to stderr. exec 1>&2