From 2a2227a3a79e0c246c1d3e4a9af967724196c3b5 Mon Sep 17 00:00:00 2001 From: Mathieu Clabaut Date: Fri, 21 Dec 2007 15:47:30 -0600 Subject: post-apt.d : Translation into mercurial idiom --- hg/post-apt.d/10hg-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hg/post-apt.d/10hg-test') 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 -- cgit v1.2.3