From 3e656abf5d4c6f39c693fe568bbebd6ca8969a48 Mon Sep 17 00:00:00 2001 From: Camille Chauvet Date: Wed, 29 Mar 2023 19:07:29 +0200 Subject: [PATCH] fix: env file --- env/env_fill.c | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/env/env_fill.c b/env/env_fill.c index 30629ba..a3b7763 100644 --- a/env/env_fill.c +++ b/env/env_fill.c @@ -6,7 +6,7 @@ /* By: cchauvet