1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-02 09:10:11 +02:00

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