From 9dc1af96dc022583cea7c25d3e14980544199d5e Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia <7854099+viferga@users.noreply.github.com> Date: Thu, 22 Aug 2024 11:11:35 -0400 Subject: [PATCH] Update metacall.bat --- metacall.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metacall.bat b/metacall.bat index 8c50192..cb8e329 100644 --- a/metacall.bat +++ b/metacall.bat @@ -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