unimportant typo
(u and u' happened to be the same)
This commit is contained in:
parent
de58067785
commit
c0d8064018
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ downloadKey key _file dest _p = get =<< getUrls key
|
||||||
case downloader of
|
case downloader of
|
||||||
QuviDownloader -> flip downloadUrl dest
|
QuviDownloader -> flip downloadUrl dest
|
||||||
=<< withQuviOptions Quvi.queryLinks [Quvi.httponly, Quvi.quiet] u'
|
=<< withQuviOptions Quvi.queryLinks [Quvi.httponly, Quvi.quiet] u'
|
||||||
_ -> downloadUrl [u] dest
|
_ -> downloadUrl [u'] dest
|
||||||
|
|
||||||
downloadKeyCheap :: Key -> FilePath -> Annex Bool
|
downloadKeyCheap :: Key -> FilePath -> Annex Bool
|
||||||
downloadKeyCheap _ _ = return False
|
downloadKeyCheap _ _ = return False
|
||||||
|
|
Loading…
Reference in a new issue