From 6cf3cb1bfc59ebae713005b89e38413ddeefe19c Mon Sep 17 00:00:00 2001 From: Gunjan Vyas Date: Mon, 28 Oct 2024 19:46:25 +0530 Subject: [PATCH] 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 --- winmake.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winmake.ps1 b/winmake.ps1 index efb0170a2c..f541a86c0f 100644 --- a/winmake.ps1 +++ b/winmake.ps1 @@ -279,7 +279,7 @@ switch ($target) { if ($args.Count -gt 1) { $ref = $args[1] } - Win-SSHProxy -Ref $ref + Win-SSHProxy($ref) } 'installer' { if ($args.Count -gt 1) {