Make URL clickable

I added a space after as well in order to make it look more balanced.
This commit is contained in:
Yngve Høiseth 2020-01-01 15:27:27 +01:00 committed by GitHub
parent 2500767f1b
commit d8b54ddf4a
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) rev_infos.append(None)
continue continue
output.write('Updating {}...'.format(info.repo)) output.write('Updating {} ... '.format(info.repo))
new_info = info.update(tags_only=tags_only, freeze=freeze) new_info = info.update(tags_only=tags_only, freeze=freeze)
try: try:
_check_hooks_still_exist_at_rev(repo_config, new_info, store) _check_hooks_still_exist_at_rev(repo_config, new_info, store)