Skip to content

Commit 14940f8

Browse files
committed
Fix typo
1 parent b9f31e7 commit 14940f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/scripts/generate-config-files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def generate_conf_file(path: str, prefix: str):
138138
logger.info(f'Updating {os.path.basename(path)}')
139139

140140
with open(path, 'w') as file:
141-
config.write(CONFIG_FILE_WARNING)
141+
file.write(CONFIG_FILE_WARNING)
142142
config.write(file)
143143

144144
def generate_gunicorn_config_file(path: str):

0 commit comments

Comments
 (0)