Fix syntax error

This commit is contained in:
Manuel Thalmann 2024-03-24 14:43:17 +01:00
parent 09939d2ee9
commit ff8996b3dc

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