summaryrefslogtreecommitdiff
path: root/hg/post-apt.d/10hg-test
diff options
context:
space:
mode:
Diffstat (limited to 'hg/post-apt.d/10hg-test')
-rw-r--r--hg/post-apt.d/10hg-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/hg/post-apt.d/10hg-test b/hg/post-apt.d/10hg-test
index e72f195..9149585 100644
--- a/hg/post-apt.d/10hg-test
+++ b/hg/post-apt.d/10hg-test
@@ -1,6 +1,6 @@
#!/bin/sh
set -e
-if [ ! -d .git ]; then
+if [ ! -d .hg ]; then
echo "etckeeper warning: etckeeper is not yet enabled for $(pwd)" >&2
echo "etckeeper warning: run etckeeper init to enable it" >&2
fi