warning
This commit is contained in:
parent
00340dfe49
commit
0cbbf0da79
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@ setUrl key url status = do
|
|||
addLog (urlLog key) =<< logNow status url
|
||||
|
||||
-- update location log to indicate that the web has the key, or not
|
||||
us <- getUrls key
|
||||
logChange key webUUID (if null us then InfoMissing else InfoPresent)
|
||||
us' <- getUrls key
|
||||
logChange key webUUID (if null us' then InfoMissing else InfoPresent)
|
||||
|
||||
setUrlPresent :: Key -> URLString -> Annex ()
|
||||
setUrlPresent key url = setUrl key url InfoPresent
|
||||
|
|
Loading…
Reference in a new issue