diff --git a/distribution/src/scripts/micro-integrator.bat b/distribution/src/scripts/micro-integrator.bat index 6da14242e6..3be45c8fa2 100644 --- a/distribution/src/scripts/micro-integrator.bat +++ b/distribution/src/scripts/micro-integrator.bat @@ -81,7 +81,7 @@ set ENV_FILE_PATH= if ""%1""=="""" goto doneStart :: Check if the argument is --env-file -if "%~1"=="--env-file" goto getPath +if "%~1"=="--env-file" goto setEnvPath if ""%1""==""-run"" goto commandLifecycle if ""%1""==""--run"" goto commandLifecycle @@ -110,7 +110,7 @@ if ""%1""==""--car"" goto setCar shift goto setupArgs -:getPath +:setEnvPath shift set ENV_FILE_PATH=%1 goto loadEnvFile