fix bug introduced in recent Params removal
This commit is contained in:
parent
2996b7c713
commit
6688f52577
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ check v ps url = maybe False (not . null . pageLinks) <$> query v ps url
|
|||
supported :: QuviVersion -> URLString -> IO Bool
|
||||
supported NoQuvi _ = return False
|
||||
supported Quvi04 url = boolSystem "quvi"
|
||||
[ Param "--verbosity mute"
|
||||
[ Param "--verbosity", Param "mute"
|
||||
, Param "--support"
|
||||
, Param url
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue