Skip to content

Commit ddf94d9

Browse files
committed
Remove inner ‘InstallTo’ element instead of outer ‘ImageInstall’ element
#65
1 parent eee3c25 commit ddf94d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modifier/Disk.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public override void Process()
6060
{
6161
case InteractivePartitionSettings:
6262
{
63-
Document.SelectSingleNodeOrThrow("//u:ImageInstall", NamespaceManager).RemoveSelf();
63+
Document.SelectSingleNodeOrThrow("//u:InstallTo", NamespaceManager).RemoveSelf();
6464
break;
6565
}
6666
case UnattendedPartitionSettings settings:

0 commit comments

Comments
 (0)