Skip to content

Commit fa3facf

Browse files
Vladimir Kotalahornace
authored andcommitted
add line
1 parent 2662307 commit fa3facf

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
@@ -536,7 +536,7 @@ def main():
536536
mirror_config = os.path.join(OPENGROK_CONFIG_DIR, "mirror.yml")
537537
if not os.path.exists(mirror_config):
538538
with open(mirror_config, 'w') as fp:
539-
pass
539+
fp.write("# Empty config file for opengrok-mirror\n")
540540

541541
worker_function = project_syncer
542542
syncer_args = (logger, log_level, uri,

0 commit comments

Comments
 (0)