Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyzhao2018 committed Jul 26, 2024
1 parent 8ae1201 commit 89c5b10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ public void GetIsRunningMiniAgentInAzureFunctionsFalseWhenNotConsumptionPlan()
(ConfigurationKeys.AzureAppService.WebsiteSKU, "basic"));

var settings = new ImmutableAzureAppServiceSettings(source, NullConfigurationTelemetry.Instance);
if (Environment.OSVersion.Platform == PlatformID.Unix)
if (Environment.OSVersion.Platform != PlatformID.Unix)
{
settings.IsRunningMiniAgentInAzureFunctions.Should().BeFalse();
}
Expand Down

0 comments on commit 89c5b10

Please sign in to comment.