From 45d76fc83c25145c4511977a153eebc5903a0622 Mon Sep 17 00:00:00 2001 From: Jed Brown Date: Mon, 21 Jan 2013 00:28:48 -0600 Subject: Fix quote --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1abbf53..90fe9c0 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ Currently, this may only contain exact paths relative to the root of the repository. Finally, run git filter-branch --index-filter \ - 'git fat index-filter /tmp/fat-filter-files` \ + 'git fat index-filter /tmp/fat-filter-files' \ --tag-name-filter cat -- --all When this finishes, inspect to see if everything is in order and follow -- cgit v1.2.1