From 01803ab812a90aa48d798d89ab8054d6820bd77a Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Mon, 1 Jun 2026 10:18:43 +0000 Subject: [PATCH] kms-website: ASCII-only comment (em-dash -> colon) Co-Authored-By: Claude Opus 4.7 --- static/scripts/kms-bootstrap.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/scripts/kms-bootstrap.ps1 b/static/scripts/kms-bootstrap.ps1 index c647466..8b3a5f0 100644 --- a/static/scripts/kms-bootstrap.ps1 +++ b/static/scripts/kms-bootstrap.ps1 @@ -174,7 +174,7 @@ function Activate-Ospp([string]$label) { if ($st -match '---LICENSED---') { OK "$label already licensed - host set, skipping /act"; return } # Not licensed: install the matching GVLK for each installed VL product of # this family (Office = anything that isn't Project/Visio), fetched from the list. - # Match this family's installed VL products. NB: avoid `switch ($label)` here — + # Match this family's installed VL products. NB: avoid `switch ($label)` here: # inside a switch, $_ is the switch input (the label), not the pipeline item. $rels = Get-OfficeReleaseIds | Where-Object { ($label -eq 'Project' -and $_ -match 'Project') -or