From fc3d511c7ffdfa1eefd78ed5f4c114c65e10aa20 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Fri, 5 Dec 2025 15:40:47 -0500 Subject: [PATCH] Update samy.ps1 --- samy.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samy.ps1 b/samy.ps1 index 2e5fe84..9b1b0f1 100644 --- a/samy.ps1 +++ b/samy.ps1 @@ -2217,7 +2217,7 @@ function Update-SamyPrinterConfig { - Uses Get-SamyPrinterLocalConfigPath to determine where printers.json lives. - Always overwrites printers.json when non-empty data is provided. - If called with -SkipIfEmpty and the data is empty/null, it does *nothing* - so we don’t wipe a good config on a bad day. + so we don't wipe a good config on a bad day. - Resets the in-memory cache so future Get-SamyPrinterProfiles calls reload from disk. #> [CmdletBinding()]