From 12b0916521b2b998fe552f2c2ce454bc9f9364ad Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 7 Mar 2010 17:26:09 -0500 Subject: typo fix, thanks Wolfgang Karall --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') 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" -- cgit v1.2.3