diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-04 18:57:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-04 18:58:57 -0400 |
commit | 076890be2be34ce91ca0d170f850a8ca2cce6ff8 (patch) | |
tree | ccc71b8e12ea46cd18ea027204f25c37a31385de /Remote/Git.hs | |
parent | 743c35709de77055a3e4947d673219569cd57fb4 (diff) |
remove now-unnecessary manual reaps
Diffstat (limited to 'Remote/Git.hs')
-rw-r--r-- | Remote/Git.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/Git.hs b/Remote/Git.hs index e7b1ca0e8..b4a730be7 100644 --- a/Remote/Git.hs +++ b/Remote/Git.hs @@ -212,7 +212,7 @@ onLocal r a = do -- No need to update the branch; its data is not used -- for anything onLocal is used to do. Annex.BranchState.disableUpdate - liftIO Git.Command.reap `after` a + a keyUrls :: Git.Repo -> Key -> [String] keyUrls r key = map tourl (annexLocations key) |