This commit is contained in:
Stefan Pöschel 2020-09-30 00:55:41 +02:00 committed by GitHub
commit 975430b70f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ def update_self(to_screen, verbose, opener):
to_screen('youtube-dl is up to date (%s)' % __version__)
return
to_screen('Updating to version ' + version_id + ' ...')
to_screen('Updating to version ' + version_id + ' from version ' + __version__ + ' ...')
version = versions_info['versions'][version_id]
print_notes(to_screen, versions_info['versions'])