chiark / gitweb /
hooks/pre-commit: Fix message
authorDaniel Martí <mvdan@mvdan.cc>
Fri, 9 Jan 2015 14:36:17 +0000 (15:36 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Fri, 9 Jan 2015 14:36:17 +0000 (15:36 +0100)
hooks/pre-commit

index 564f5a4fb7e311a95e7d57379b719bd7e1868d48..63e3fbb997ce732570e0a0ca7f1975e9690a4fe4 100755 (executable)
@@ -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