Skip to content

Commit

Permalink
Comments for future fix
Browse files Browse the repository at this point in the history
Added some notes on getting support for handling both current, and bootmgr flight signing enablement. pt2
  • Loading branch information
mastercodeon314 committed Mar 23, 2024
1 parent af90571 commit f2e6d18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Auto11/FlightSigningManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ public bool IsFlightSigningEnabled
string output = process.StandardOutput.ReadToEnd();
process.WaitForExit();


// Need to check for both instances of this string.
// One is bootmgr, the other is current
// If only one exists, we need to figure out which one it is and say such.
Expand Down

0 comments on commit f2e6d18

Please sign in to comment.