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