diff options
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) |