tweak
This commit is contained in:
parent
97b31a525e
commit
8f069bd287
2 changed files with 4 additions and 4 deletions
2
Annex.hs
2
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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue