Update _index.de.md

This commit is contained in:
Mr-Update 2024-05-24 21:04:21 +02:00 committed by GitHub
parent bb4b2eca2f
commit 475b8431c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,11 +67,9 @@ function getLatest()
}
# Zurückgebendes Objekt erstellen
$Result = New-Object PSObject -Property
@{
Version = $Version
Downloadlink = $Downloadlink
}
$params += @{Version = $Version}
$params += @{Downloadlink = $Downloadlink}
$Result = New-Object PSObject -Property $params
return($Result)
}