mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-18 00:24:47 +04:00
Remove trailing dot after repo URL
This commit is contained in:
parent
c25ea47cf7
commit
5ef04129ed
3 changed files with 5 additions and 5 deletions
|
|
@ -156,7 +156,7 @@ class Store:
|
|||
if result: # pragma: no cover (race)
|
||||
return result
|
||||
|
||||
logger.info(f'Initializing environment for {repo}.')
|
||||
logger.info(f'Initializing environment for {repo}')
|
||||
|
||||
directory = tempfile.mkdtemp(prefix='repo', dir=self.directory)
|
||||
with clean_path_on_failure(directory):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue