From 357a708e613c83ae35faaa70514a8f4e1179079b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 5 Nov 2007 16:25:21 -0500 Subject: implemented pre-apt checks other development too.. --- init.d/40git-pre-commit-hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.d/40git-pre-commit-hook') diff --git a/init.d/40git-pre-commit-hook b/init.d/40git-pre-commit-hook index a5b45d3..f1609eb 100755 --- a/init.d/40git-pre-commit-hook +++ b/init.d/40git-pre-commit-hook @@ -2,7 +2,7 @@ set -e if [ -x .git/hooks/pre-commit ]; then if ! grep -q etckeeper-pre-commit .git/hooks/pre-commit; then - echo "warning: .git/hooks/pre-commit needs to be manually modifed to run etckeeper-pre-commit" >&2 + echo "etckeeper warning: .git/hooks/pre-commit needs to be manually modifed to run etckeeper-pre-commit" >&2 fi else echo <>.git/hooks/pre-commit -- cgit v1.2.3