Merge pull request #1262 from yhoiseth/patch-1

Make URL clickable
This commit is contained in:
Anthony Sottile 2020-01-01 11:09:46 -05:00 committed by GitHub
commit cd57ba90f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -136,7 +136,7 @@ def autoupdate(config_file, store, tags_only, freeze, repos=()):
rev_infos.append(None)
continue
output.write('Updating {}...'.format(info.repo))
output.write('Updating {} ... '.format(info.repo))
new_info = info.update(tags_only=tags_only, freeze=freeze)
try:
_check_hooks_still_exist_at_rev(repo_config, new_info, store)