diff options
author | Joey Hess <joey@kitenet.net> | 2012-06-14 00:01:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-06-14 00:01:48 -0400 |
commit | e0095b0bdc88147a081f3539975f20096fd0ea3c (patch) | |
tree | fff3ef6f2684ccbb6d8b2b2d988c20bcba5ffca6 /Annex/Content.hs | |
parent | 89dad12b3510f2540c6678e68145d922c7db5a7b (diff) |
fishy commit
Diffstat (limited to 'Annex/Content.hs')
-rw-r--r-- | Annex/Content.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/Content.hs b/Annex/Content.hs index 3e3e95868..0bce5633f 100644 --- a/Annex/Content.hs +++ b/Annex/Content.hs @@ -242,7 +242,7 @@ cleanObjectLoc key = do removeparents file n = do let dir = parentDir file maybe noop (const $ removeparents dir (n-1)) - =<< catchMaybeIO (removeDirectory dir) + <=< catchMaybeIO $ removeDirectory dir {- Removes a key's file from .git/annex/objects/ -} removeAnnex :: Key -> Annex () |