`fix`: removed unused code

- Wipe $WinVer var (PSScriptAnalyzer)
main
Plínio Larrubia 2 years ago committed by Plínio Larrubia
parent 6e05c3bacd
commit 216f6781c0
No known key found for this signature in database
GPG Key ID: 057B0A87CB137C69

@ -17,7 +17,6 @@ function Register-PersonalTweaksList() {
)
)
$TweakType = "Personal"
$WinVer = (Get-CimInstance -class Win32_OperatingSystem).Caption
If ($Revert) {
Write-Status -Symbol "<" -Type $TweakType -Status "Reverting the tweaks is set to '$Revert'." -Warning

Loading…
Cancel
Save