winmake.ps1: Fix the syntax of the function call Win-SSHProxy

Add missing end of line in test/python/requirements.txt

Signed-off-by: Gunjan Vyas <vyasgun20@gmail.com>
This commit is contained in:
Gunjan Vyas
2024-10-28 19:46:25 +05:30
parent 9cb80d1856
commit 6cf3cb1bfc

View File

@ -279,7 +279,7 @@ switch ($target) {
if ($args.Count -gt 1) { if ($args.Count -gt 1) {
$ref = $args[1] $ref = $args[1]
} }
Win-SSHProxy -Ref $ref Win-SSHProxy($ref)
} }
'installer' { 'installer' {
if ($args.Count -gt 1) { if ($args.Count -gt 1) {