hooks/pre-commit: Fix message

This commit is contained in:
Daniel Martí 2015-01-09 15:36:17 +01:00
parent 6819e3c30e
commit 547661fd3a

View file

@ -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