aboutsummaryrefslogtreecommitdiff
path: root/git-annex.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-10 11:08:40 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-10 11:08:40 -0400
commitf98fa53d7f6d851b8a1ae804c02780769c98e07c (patch)
treed82ad5c4bd8037c8ae548c21946930d21cadf528 /git-annex.hs
parent11ad93f023fa5e867b5b7bd47f45393caceb401a (diff)
fixed close after locking
Diffstat (limited to 'git-annex.hs')
-rw-r--r--git-annex.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/git-annex.hs b/git-annex.hs
index e8032a132..66b9491bd 100644
--- a/git-annex.hs
+++ b/git-annex.hs
@@ -6,3 +6,5 @@ import GitRepo
main = do
gitPrep
+ l <- readLog "demo.log"
+ writeLog "demo2.log" $ l !! 0