summaryrefslogtreecommitdiff
path: root/git-annex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'git-annex.hs')
-rw-r--r--git-annex.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.hs b/git-annex.hs
index cce49050b..f8c67b1fd 100644
--- a/git-annex.hs
+++ b/git-annex.hs
@@ -13,7 +13,7 @@ import qualified BackendUrl
backends = [BackendFile.backend, BackendChecksum.backend, BackendUrl.backend]
main = do
- repo <- repoTop
+ repo <- currentRepo
gitPrep repo
l <- readLog "demo.log"