Fix syntax error

This commit is contained in:
Manuel Thalmann 2024-03-24 14:43:17 +01:00
parent be052f8b2f
commit 8b298e6e65

View file

@ -13,7 +13,7 @@ function Initialize-SetupConfig() {
.SYNOPSIS
Gets the XML element describing the installation partition ID.
#>
Get-InstallationPartition {
function Get-InstallationPartition {
$setupComponent.SelectSingleNode("./ua:ImageInstall/ua:OSImage/ua:InstallTo/ua:PartitionID", $namespace)
}