From 199c4f950893112cb503fb29bc66decfe3460b43 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 2 Feb 2016 16:55:21 -0400 Subject: [PATCH] Revert incorrect typo fix --- doc/tips/largefiles.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tips/largefiles.mdwn b/doc/tips/largefiles.mdwn index 6033a7c375..ec51ecf660 100644 --- a/doc/tips/largefiles.mdwn +++ b/doc/tips/largefiles.mdwn @@ -66,4 +66,4 @@ If you've set up an annex.largefiles configuration but want to force a file to be stored in the annex, you can temporarily override the configuration like this: - git annex add -c annex.largefiles=nothing smallfile + git annex add -c annex.largefiles=anything smallfile