Skip to content

Commit b28f4bb

Browse files
serockFlickdm
authored andcommitted
Update InstallSecureBootKeys.ps1
Fixed "$esult" typo on line 88.
1 parent e8d78ad commit b28f4bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/windows/InstallSecureBootKeys.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ try {
8585
}
8686

8787
Log-Message "Enrolling DBX..." "Green"
88-
$esult = Set-SecureBootUEFI -Time $time -ContentFilePath $DbxFilePath -Name dbx
88+
$Result = Set-SecureBootUEFI -Time $time -ContentFilePath $DbxFilePath -Name dbx
8989
if ($null -ne $Result) {
9090
Log-Message "DBX enrolled successfully." "Green"
9191
} else {

0 commit comments

Comments
 (0)