refactor
This commit is contained in:
parent
2ff22a383a
commit
1cd3b7ddf0
7 changed files with 21 additions and 10 deletions
|
@ -11,6 +11,7 @@ module Remote.Web (remote) where
|
|||
|
||||
import Common.Annex
|
||||
import Types.Remote
|
||||
import Remote.Helper.Messages
|
||||
import qualified Git
|
||||
import qualified Git.Construct
|
||||
import Annex.Content
|
||||
|
@ -112,7 +113,7 @@ checkKey key = do
|
|||
checkKey' :: Key -> [URLString] -> Annex (Either String Bool)
|
||||
checkKey' key us = firsthit us (Right False) $ \u -> do
|
||||
let (u', downloader) = getDownloader u
|
||||
showAction $ "checking " ++ u'
|
||||
showChecking u'
|
||||
case downloader of
|
||||
QuviDownloader ->
|
||||
#ifdef WITH_QUVI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue