From 96ebbade0edc994f7aca23e9ee4b7daf667e8384 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 2800a6f9..4f0be496 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) {