summaryrefslogtreecommitdiff
path: root/post-apt.d
diff options
context:
space:
mode:
Diffstat (limited to 'post-apt.d')
-rwxr-xr-xpost-apt.d/50git-add1
1 files changed, 0 insertions, 1 deletions
diff --git a/post-apt.d/50git-add b/post-apt.d/50git-add
index 903e5aa..06504b4 100755
--- a/post-apt.d/50git-add
+++ b/post-apt.d/50git-add
@@ -1,6 +1,5 @@
#!/bin/sh
set -e
-cd /etc
if ! git-add .; then
echo "etckeeper warning: git-add failed" >&2
fi