Skip to content

Commit a9126fc

Browse files
authored
Update docker/start.py
1 parent 9652b11 commit a9126fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/start.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ def indexer_no_projects(logger, uri, config_path, extra_indexer_options):
352352
indexer_options.extend(extra_indexer_options.split())
353353
indexer = Indexer(
354354
indexer_options,
355-
java_opts=indexer_java_opts,
355+
java_opts=indexer_java_opts,
356356
logger=logger,
357357
jar=OPENGROK_JAR,
358358
doprint=True,

0 commit comments

Comments
 (0)