Fix syntax error
This commit is contained in:
parent
09939d2ee9
commit
ff8996b3dc
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue