From 9bd014e2ceb09a0540f7e6915591f63c77af0174 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 f724d481..d5a05b4a 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -245,7 +245,7 @@ $null = New-Module { [Nullable[InstallerAction]] $Action = $null ) - [bool] $install = $null; + [bool] $install = $false; $arguments = [hashtable]@{ }; if ($null -ne $Action) {