Skip to content

Commit 0715f9b

Browse files
author
Vladimir Kotal
committed
fix arguments of get_project_properties()
fixes #2862
1 parent ec63a09 commit 0715f9b

File tree

1 file changed

+1
-1
lines changed
  • opengrok-tools/src/main/python/opengrok_tools/utils

1 file changed

+1
-1
lines changed

opengrok-tools/src/main/python/opengrok_tools/utils/mirror.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def mirror_project(config, project_name, check_changes, uri,
296296

297297
project_config = get_project_config(config, project_name)
298298
prehook, posthook, hook_timeout, command_timeout, use_proxy, \
299-
ignored_repos = get_project_properties(config, project_config,
299+
ignored_repos = get_project_properties(project_config, project_name,
300300
config.get(HOOKDIR_PROPERTY))
301301

302302
proxy = None

0 commit comments

Comments
 (0)