diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-03-07 17:26:09 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-03-07 17:26:09 -0500 |
commit | 12b0916521b2b998fe552f2c2ce454bc9f9364ad (patch) | |
tree | fbf648f87b89747050748795ea30d6cd8bd32a8f /README | |
parent | bdbe0a6d76eec604fee79e7b88a7e5724ef16ceb (diff) |
typo fix, thanks Wolfgang Karall
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |