add missing type signature
This commit is contained in:
parent
38ddd6072d
commit
4d4d238a08
1 changed files with 1 additions and 0 deletions
|
@ -314,6 +314,7 @@ downloadWeb o url urlinfo file =
|
||||||
{- The destination file is not known at start time unless the user provided
|
{- The destination file is not known at start time unless the user provided
|
||||||
- a filename. It's not displayed then for output consistency,
|
- a filename. It's not displayed then for output consistency,
|
||||||
- but is added to the json when available. -}
|
- but is added to the json when available. -}
|
||||||
|
showStartAddUrl :: URLString -> AddUrlOptions -> Annex ()
|
||||||
showStartAddUrl url o = do
|
showStartAddUrl url o = do
|
||||||
showStart' "addurl" (Just url)
|
showStart' "addurl" (Just url)
|
||||||
case fileOption (downloadOptions o) of
|
case fileOption (downloadOptions o) of
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue