summaryrefslogtreecommitdiff
path: root/etckeeper
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2007-11-05 19:40:52 -0500
committerJoey Hess <joey@kodama.kitenet.net>2007-11-05 19:40:52 -0500
commitb1a3ef2dadfde36dac7834f3742eaecd98b4ebbc (patch)
tree9aa754258fd603480a7c15817befe6a72967d1b1 /etckeeper
parentdfcee8ba8ca60c3f49db58f77ec2defc7fb7989b (diff)
typo
Diffstat (limited to 'etckeeper')
-rwxr-xr-xetckeeper2
1 files changed, 1 insertions, 1 deletions
diff --git a/etckeeper b/etckeeper
index 7ce695f..5aa4208 100755
--- a/etckeeper
+++ b/etckeeper
@@ -16,7 +16,7 @@ fi
if [ "$command" = post-apt ] || [ "$command" = pre-apt ]; then
cd /etc
elif [ "$command" = pre-commit ] && [ -n "$1" ]; then
- chdir "$1"
+ cd "$1"
fi
run-parts "/etc/etckeeper/$command.d"