diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-12 02:40:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-12 02:40:09 -0400 |
commit | 8f069bd2875022cfceb0c50cb9a5667a9bae88d8 (patch) | |
tree | 14730a32c4defc0fa2982f813f55f801041dce93 /Annex.hs | |
parent | 97b31a525e31abf1db95154d09c7efa368d3f59c (diff) |
tweak
Diffstat (limited to 'Annex.hs')
-rw-r--r-- | Annex.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |