Skip to content

Commit

Permalink
Preprocessing result
Browse files Browse the repository at this point in the history
  • Loading branch information
og-mrk committed Oct 7, 2024
1 parent 1502443 commit d535e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/private/Set-WinUtilRegistry.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function Set-WinUtilRegistry {
}

Write-Host "Set $Path\$Name to $Value"
if ($Value -ne "<RemoveEntry>"){
if ($Value -ne "<RemoveEntry>") {
Set-ItemProperty -Path $Path -Name $Name -Type $Type -Value $Value -Force -ErrorAction Stop | Out-Null
}
else{
Expand Down

0 comments on commit d535e7e

Please sign in to comment.