mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-14 09:31:46 +04:00
Remove trailing dot in "Initializing environment" message
This commit is contained in:
parent
8416413a0e
commit
24214d0213
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,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