From 59504c0b4dd0af5f494a3b3835c056d7c97ea7a6 Mon Sep 17 00:00:00 2001 From: sara-rn <103417144+sara-rn@users.noreply.github.com> Date: Mon, 27 Jan 2025 10:34:20 +0100 Subject: [PATCH] Add the parameter -arguments to VM-Install_with-Pip MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The default parameter is `--help` which doesn't exist in capesolo. With the `-arguments` empty it runs without arguments Co-authored-by: Ana María Martínez Gómez --- packages/capesolo.vm/tools/chocolateyinstall.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/capesolo.vm/tools/chocolateyinstall.ps1 b/packages/capesolo.vm/tools/chocolateyinstall.ps1 index 26a1458a..a88df1a2 100644 --- a/packages/capesolo.vm/tools/chocolateyinstall.ps1 +++ b/packages/capesolo.vm/tools/chocolateyinstall.ps1 @@ -5,4 +5,4 @@ $toolName = 'CAPEsolo' $category = 'Debuggers' $version = '==0.4.23' -VM-Install-With-Pip -toolName $toolName -category $category -version $version +VM-Install-With-Pip -toolName $toolName -category $category -version $version -arguments ""