Skip to content

Commit cd57ba9

Browse files
authored
Merge pull request #1262 from yhoiseth/patch-1
Make URL clickable
2 parents 2500767 + d8b54dd commit cd57ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pre_commit/commands/autoupdate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def autoupdate(config_file, store, tags_only, freeze, repos=()):
136136
rev_infos.append(None)
137137
continue
138138

139-
output.write('Updating {}...'.format(info.repo))
139+
output.write('Updating {} ... '.format(info.repo))
140140
new_info = info.update(tags_only=tags_only, freeze=freeze)
141141
try:
142142
_check_hooks_still_exist_at_rev(repo_config, new_info, store)

0 commit comments

Comments
 (0)