Skip to content

Commit 89e183b

Browse files
author
Vladimir Kotal
committed
fix typo
1 parent 640db36 commit 89e183b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/sync/mirror.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@
296296
repo_type = get_repo_type(logger, repo_path, messages_file)
297297
if not repo_type:
298298
logger.error("cannot determine type of {}".
299-
format(repopath))
299+
format(repo_path))
300300
continue
301301

302302
logger.debug("Repository type = {}".format(repo_type))

0 commit comments

Comments
 (0)