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

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)
}