Fix a typo in the name of youtube-dl (reversion introduced in version 8.20210903)
This commit is contained in:
parent
258647ce7d
commit
aa6e54ac6e
2 changed files with 3 additions and 1 deletions
|
@ -249,7 +249,7 @@ youtubeDlOpts addopts = do
|
|||
return (opts ++ addopts)
|
||||
|
||||
youtubeDlCommand :: Annex String
|
||||
youtubeDlCommand = fromMaybe "yooutube-dl" . annexYoutubeDlCommand
|
||||
youtubeDlCommand = fromMaybe "youtube-dl" . annexYoutubeDlCommand
|
||||
<$> Annex.getGitConfig
|
||||
|
||||
supportedScheme :: UrlOptions -> URLString -> Bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue