unimportant typo

(u and u' happened to be the same)
This commit is contained in:
Joey Hess 2013-08-22 23:27:12 -04:00
parent de58067785
commit c0d8064018

View file

@ -74,7 +74,7 @@ downloadKey key _file dest _p = get =<< getUrls key
case downloader of
QuviDownloader -> flip downloadUrl dest
=<< withQuviOptions Quvi.queryLinks [Quvi.httponly, Quvi.quiet] u'
_ -> downloadUrl [u] dest
_ -> downloadUrl [u'] dest
downloadKeyCheap :: Key -> FilePath -> Annex Bool
downloadKeyCheap _ _ = return False