mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
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:
parent
9cb80d1856
commit
6cf3cb1bfc
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue