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