From 2791ae25dba932b2bdbffc1ea35508bca9a24b0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20L=C3=B8vgaard?= Date: Thu, 3 Oct 2024 13:18:39 +0200 Subject: [PATCH] Small fix --- src/task/setono_dotenv.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/task/setono_dotenv.php b/src/task/setono_dotenv.php index e8bdcd0..bfc7186 100644 --- a/src/task/setono_dotenv.php +++ b/src/task/setono_dotenv.php @@ -91,6 +91,7 @@ $variables[$key] = $val; } } + unset($confirmation); while (true) { outputEnvironmentVariables($variables);