Skip to content

Commit

Permalink
Update method name
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaiyarasiganeshalingam committed Dec 10, 2024
1 parent 964fe2f commit 2326ba6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distribution/src/scripts/micro-integrator.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -110,7 +110,7 @@ if ""%1""==""--car"" goto setCar
shift
goto setupArgs

:getPath
:setEnvPath
shift
set ENV_FILE_PATH=%1
goto loadEnvFile
Expand Down

0 comments on commit 2326ba6

Please sign in to comment.