From b72a10db94524cb5c3a4f52a2a59613b894475b8 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Mon, 14 Jul 2025 21:56:16 -0500 Subject: [PATCH] refactor(build): changed the wording to understand the error when the .env missing --- scripts/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.ps1 b/scripts/build.ps1 index 8705804..59f4569 100644 --- a/scripts/build.ps1 +++ b/scripts/build.ps1 @@ -21,7 +21,7 @@ if (Test-Path $envFile) { } if (-not $env:BUILD_NAME) { - Write-Warning "BUILD_NAME environment variable is not set. Cannot create BUILD_NUMBER file" + Write-Warning "BUILD_NAME environment variable is not set. Please make sure you have entered the correct info the env" exit 1 }