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
|
||||
|
|
|
@ -14,6 +14,8 @@ git-annex (8.20211029) UNRELEASED; urgency=medium
|
|||
* git-lfs: Fix interoperability with gitlab's implementation of the
|
||||
git-lfs protocol, which requests Content-Encoding chunked.
|
||||
* migrate: New --remove-size option.
|
||||
* Fix a typo in the name of youtube-dl
|
||||
(reversion introduced in version 8.20210903)
|
||||
|
||||
-- Joey Hess <id@joeyh.name> Mon, 01 Nov 2021 13:19:46 -0400
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue