clean Annex stuff out of Utility/
This commit is contained in:
parent
52c8244219
commit
91366c896d
8 changed files with 14 additions and 16 deletions
|
@ -49,7 +49,9 @@ downloadKey key file = get =<< getUrls key
|
|||
get [] = do
|
||||
warning "no known url"
|
||||
return False
|
||||
get urls = anyM (`Url.download` file) urls
|
||||
get urls = do
|
||||
showOutput -- make way for download progress bar
|
||||
liftIO $ anyM (`Url.download` file) urls
|
||||
|
||||
uploadKey :: Key -> Annex Bool
|
||||
uploadKey _ = do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue