diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-10 15:54:02 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-10 16:06:36 -0400 |
commit | dce9c2e0804d2c94f46dcac8c9884766bb22dcc7 (patch) | |
tree | 0533ee4b599a6e1f83f31dd00f628ee866c91285 /git-annex.hs | |
parent | 7880dc16fef81bb6a8812c6b4e9578a6ae2b2879 (diff) |
convert GitRepo to struct with constructor
Diffstat (limited to 'git-annex.hs')
-rw-r--r-- | git-annex.hs | 2 |
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" |