Remove trailing dot after repo URL

This commit is contained in:
Miroslav Šedivý 2023-06-26 19:02:13 +02:00
parent c25ea47cf7
commit 5ef04129ed
3 changed files with 5 additions and 5 deletions

View file

@ -65,7 +65,7 @@ def _hook_installed(hook: Hook) -> bool:
def _hook_install(hook: Hook) -> None:
logger.info(f'Installing environment for {hook.src}.')
logger.info(f'Installing environment for {hook.src}')
logger.info('Once installed this environment will be reused.')
logger.info('This may take a few minutes...')