Skip to content

Commit 8d0cf9b

Browse files
author
Vladimir Kotal
authored
change the configmerge name to entry point
1 parent 43bb8e2 commit 8d0cf9b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

opengrok-tools/src/main/python/opengrok_tools/projadm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def main():
280280
sys.exit(1)
281281

282282
configmerge_file = get_command(logger, args.configmerge,
283-
"config-merge.py")
283+
"opengrok-config-merge")
284284
if configmerge_file is None:
285285
logger.error("Use the --configmerge option to specify the path to"
286286
"the config merge script")

0 commit comments

Comments
 (0)