aboutsummaryrefslogtreecommitdiff
path: root/Upgrade
diff options
context:
space:
mode:
Diffstat (limited to 'Upgrade')
-rw-r--r--Upgrade/V2.hs2
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