summaryrefslogtreecommitdiff
path: root/Annex.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-12 02:40:09 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-12 02:40:09 -0400
commit8f069bd2875022cfceb0c50cb9a5667a9bae88d8 (patch)
tree14730a32c4defc0fa2982f813f55f801041dce93 /Annex.hs
parent97b31a525e31abf1db95154d09c7efa368d3f59c (diff)
tweak
Diffstat (limited to 'Annex.hs')
-rw-r--r--Annex.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex.hs b/Annex.hs
index 5a7274ca1..3461a92cd 100644
--- a/Annex.hs
+++ b/Annex.hs
@@ -31,7 +31,7 @@ annexDir repo key = gitDir repo ++ "/annex/" ++ key
- later. -}
startAnnex :: IO State
startAnnex = do
- r <- gitRepoCurrent
+ r <- gitRepoFromCwd
gitPrep r
return State {