diff options
Diffstat (limited to 'git-annex.hs')
-rw-r--r-- | git-annex.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.hs b/git-annex.hs index 66b9491bd..cae72f00d 100644 --- a/git-annex.hs +++ b/git-annex.hs @@ -7,4 +7,4 @@ import GitRepo main = do gitPrep l <- readLog "demo.log" - writeLog "demo2.log" $ l !! 0 + writeLog "demo2.log" $ compactLog l |