From 5bf174a242906636a6d3ea63202303f916450329 Mon Sep 17 00:00:00 2001 From: Giacomo Sanchietti Date: Tue, 27 Feb 2024 13:38:41 +0100 Subject: [PATCH] fix --- imageroot/actions/configure-module/20configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/imageroot/actions/configure-module/20configure b/imageroot/actions/configure-module/20configure index eeb998a..4b747ba 100755 --- a/imageroot/actions/configure-module/20configure +++ b/imageroot/actions/configure-module/20configure @@ -68,13 +68,13 @@ with open('promtail.env', 'w') as promtail: promtail.write(f'PROMTAIL_ADDRESS={promtail_address}\n') promtail.write(f'PROMTAIL_PORT={promtail_port}\n') -with open('loki.env', 'w') as loki: +with open('loki.env', 'w') as lfp: pass -with open('grafana.env', 'w') as loki: +with open('grafana.env', 'w') as gfp: pass -with open('prometheus.env', 'w') as loki: +with open('prometheus.env', 'w') as pfp: pass