From e9778289b84a345cfc2535aec0d7a7c353ffbcfb Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 22 Aug 2024 11:11:12 +0200 Subject: [PATCH] Fix incorrect typings --- scripts/Windows/OS/Install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index 1437492a..113c0c21 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -242,7 +242,7 @@ $null = New-Module { [Nullable[InstallerAction]] $Action = $null ) - [bool] $install = $null; + [bool] $install = $false; $arguments = [hashtable]@{ }; if ($null -ne $Action) {