From 8b298e6e653b2de62ff358c3a9bccd712eb8a511 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sun, 24 Mar 2024 14:43:17 +0100 Subject: [PATCH] Fix syntax error --- profiles/DerGeret/Windows/Setup.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/DerGeret/Windows/Setup.ps1 b/profiles/DerGeret/Windows/Setup.ps1 index fe880f79..c0101318 100644 --- a/profiles/DerGeret/Windows/Setup.ps1 +++ b/profiles/DerGeret/Windows/Setup.ps1 @@ -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) }