summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-03-07 17:26:09 -0500
committerJoey Hess <joey@gnu.kitenet.net>2010-03-07 17:26:09 -0500
commit12b0916521b2b998fe552f2c2ce454bc9f9364ad (patch)
treefbf648f87b89747050748795ea30d6cd8bd32a8f
parentbdbe0a6d76eec604fee79e7b88a7e5724ef16ceb (diff)
typo fix, thanks Wolfgang Karall
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 782748c..ff3f82c 100644
--- a/README
+++ b/README
@@ -212,7 +212,7 @@ Here's how to make it automatically push commits to a clone of the
repository as a backup (see instructions above to set up the clone safely):
cd /etc/etckeeper/commit.d
- echo ('#!/bin/sh' ; echo 'git push backup') > 99git-push
+ (echo '#!/bin/sh' ; echo 'git push backup') > 99git-push
chmod +x 99git-push
git add .
git commit -m "automatically push commits to backup repository"