Fix a typo in the name of youtube-dl (reversion introduced in version 8.20210903)

This commit is contained in:
Joey Hess 2021-11-13 08:58:36 -04:00
parent 258647ce7d
commit aa6e54ac6e
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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