From 547661fd3ac52f5dc61950dbf0eaaa545896c3b9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Mart=C3=AD?= Date: Fri, 9 Jan 2015 15:36:17 +0100 Subject: [PATCH] hooks/pre-commit: Fix message --- hooks/pre-commit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2