Skip to content

Commit

Permalink
s/<=/<
Browse files Browse the repository at this point in the history
  • Loading branch information
imbushuo committed Jul 30, 2022
1 parent 59672b0 commit 9d94fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EnergyStar/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ static void Main(string[] args)
// Nickel or higher will be better, but at least it works in Cobalt
//
// In .NET 5.0 and later, System.Environment.OSVersion always returns the actual OS version.
if (Environment.OSVersion.Version.Build <= 22000)
if (Environment.OSVersion.Version.Build < 22000)
{
Console.WriteLine("E: You are too poor to use this program.");
Console.WriteLine("E: Please upgrade to Windows 11 22H2 for best result, and considering ThinkPad Z13 as your next laptop.");
Expand Down

0 comments on commit 9d94fcd

Please sign in to comment.