Skip to content

Commit

Permalink
Add the parameter -arguments to VM-Install_with-Pip
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
sara-rn and Ana06 authored Jan 27, 2025
1 parent 49e2a46 commit 59504c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/capesolo.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""

0 comments on commit 59504c0

Please sign in to comment.