Skip to content

Commit

Permalink
Update metacall.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Aug 22, 2024
1 parent 1c2e72e commit 9dc1af9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metacall.bat
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ set "typeprof_path=%loc%\runtimes\ruby\bin\typeprof.bat"
rem TODO: set "nuget_path=%loc%\runtimes\dotnet\nuget.exe"

rem Additional Packages Paths
set "deploy_path=%~dp0\AdditionalPackages\deploy\metacall-deploy.cmd"
set "faas_path=%~dp0\AdditionalPackages\faas\metacall-faas.cmd"
set "deploy_path=%~dp0\deps\deploy\metacall-deploy.cmd"
set "faas_path=%~dp0\deps\faas\metacall-faas.cmd"

rem Check if it is running a package manager (or related binary) and execute it
for /f "tokens=1,* delims= " %%a in ("%*") do set SUBPROGRAM_PARAMETERS=%%b
Expand Down

0 comments on commit 9dc1af9

Please sign in to comment.