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 /Upgrade | |
parent | 89dad12b3510f2540c6678e68145d922c7db5a7b (diff) |
fishy commit
Diffstat (limited to 'Upgrade')
-rw-r--r-- | Upgrade/V2.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Upgrade/V2.hs b/Upgrade/V2.hs index 202ba5b16..c001bc5a9 100644 --- a/Upgrade/V2.hs +++ b/Upgrade/V2.hs @@ -84,7 +84,7 @@ inject source dest = do logFiles :: FilePath -> Annex [FilePath] logFiles dir = return . filter (".log" `isSuffixOf`) - =<< liftIO (getDirectoryContents dir) + <=< liftIO $ getDirectoryContents dir push :: Annex () push = do |