Update samy.ps1

This commit is contained in:
2025-12-05 15:40:47 -05:00
parent 48c68cbc72
commit fc3d511c7f

View File

@@ -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 dont 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()]