From 21c668da57bdc9c2942d7f779092268837c79f43 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sun, 22 Jun 2025 16:21:45 -0400 Subject: [PATCH] Update StackMonkey.ps1 --- StackMonkey.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StackMonkey.ps1 b/StackMonkey.ps1 index 6eef5bd..82ef928 100644 --- a/StackMonkey.ps1 +++ b/StackMonkey.ps1 @@ -7,7 +7,7 @@ [CmdletBinding()] param( - [switch]$SilentInstall + [switch]$SilentInstall, [string]$DattoApiUrl, [string]$DattoApiKey, [string]$DattoApiSecretKey,