mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08: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:
@ -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) {
|
||||||
|
Reference in New Issue
Block a user