From 1f71a46ebb6218d073fb7ceafd65f66c4416c810 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sun, 24 Mar 2024 14:43:52 +0100 Subject: [PATCH] Silence unnecessary output --- 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 c0101318..a2603873 100644 --- a/profiles/DerGeret/Windows/Setup.ps1 +++ b/profiles/DerGeret/Windows/Setup.ps1 @@ -8,7 +8,7 @@ function Initialize-SetupConfig() { [System.Xml.XmlNamespaceManager] $namespace ); - New-Module { + $null = New-Module { <# .SYNOPSIS Gets the XML element describing the installation partition ID.