From 924bc8698d9b768f19457801f1dcbba9daacc35d Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 10 Jun 2021 10:58:07 +0200 Subject: [PATCH] Make Silent a switch --- bootstrap-haskell.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-haskell.ps1 b/bootstrap-haskell.ps1 index 3cd1a9a..cf1296c 100644 --- a/bootstrap-haskell.ps1 +++ b/bootstrap-haskell.ps1 @@ -14,7 +14,7 @@ #> param ( # Run a non-interactive installation - [bool]$Silent = $false, + [switch]$Silent, # Specify the install root (default: 'C:\') [string]$InstallDir, # Instead of installing a new MSys2, use an existing installation