Skip to content

Commit

Permalink
Update Namer.cs
Browse files Browse the repository at this point in the history
SimonCropp committed Jan 11, 2025
1 parent b47e417 commit ec6aae6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Verify/Naming/Namer.cs
Original file line number Diff line number Diff line change
@@ -151,10 +151,10 @@ static Namer()
Architecture = RuntimeInformation
.ProcessArchitecture.ToString()
.ToLower();
OperatingSystemPlatform = GetOSPlatform();
OperatingSystemPlatform = GetOsPlatform();
}

static string GetOSPlatform()
static string GetOsPlatform()
{
if (RuntimeInformation.IsOSPlatform(OSPlatform.Linux))
{

0 comments on commit ec6aae6

Please sign in to comment.