We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43bb8e2 commit 8d0cf9bCopy full SHA for 8d0cf9b
opengrok-tools/src/main/python/opengrok_tools/projadm.py
@@ -280,7 +280,7 @@ def main():
280
sys.exit(1)
281
282
configmerge_file = get_command(logger, args.configmerge,
283
- "config-merge.py")
+ "opengrok-config-merge")
284
if configmerge_file is None:
285
logger.error("Use the --configmerge option to specify the path to"
286
"the config merge script")
0 commit comments