From d77d46fe5481ef609850cd13e975ab9b20147a0a Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sun, 29 Jun 2025 00:47:40 -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 40eb11e..0f02553 100644 --- a/StackMonkey.ps1 +++ b/StackMonkey.ps1 @@ -234,7 +234,7 @@ function Write-LogHybrid { ) if ( Get-Command -Name Write-Log -ErrorAction SilentlyContinue ) { - # SVSMSP module’s Write-Log is available + # SVSMSP module's Write-Log is available Write-Log -Message $Message -Level $Level -TaskCategory $TaskCategory -LogToEvent:$LogToEvent } else {