Update _index.en.md

This commit is contained in:
Mr-Update 2024-05-21 21:45:35 +02:00 committed by GitHub
parent f3f2db9cac
commit bba5a32afa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,7 +70,7 @@ function getLatest()
$params += @{Version = $Version}
$params += @{Downloadlink = $Downloadlink}
$Result = New-Object PSObject -Property $params
return($Result)
}