[MicroWin] Fix reference issue after #2888 (#3022)

Specifically, it fixes a reference issue for the "Recall fix". Thankfully, we're not making a release yet :)
This commit is contained in:
CodingWonders
2024-11-07 19:14:46 +01:00
committed by GitHub
parent bbc18b2d4b
commit d619ee7e85
5 changed files with 5 additions and 5 deletions

View File

@ -18,4 +18,4 @@ function Microwin-GetLocalizedUsers
} else {
return (Get-LocalGroup | Where-Object { $_.SID.Value -like "S-1-5-32-545" }).Name
}
}
}