Skip to content

Commit c6f6c3d

Browse files
author
Vladimir Kotal
committed
add missing split()
1 parent 9d6d7c2 commit c6f6c3d

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
@@ -386,7 +386,7 @@ def main():
386386
#
387387
if not os.path.exists(OPENGROK_CONFIG_FILE) or \
388388
os.path.getsize(OPENGROK_CONFIG_FILE) == 0:
389-
create_bare_config(logger, extra_indexer_options)
389+
create_bare_config(logger, extra_indexer_options.split())
390390

391391
if sync_period > 0:
392392
if use_projects:

0 commit comments

Comments
 (0)