Skip to content

Commit

Permalink
Fix copy and paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanotti committed Mar 8, 2025
1 parent cbe0f9d commit 940f2d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if ($uninstall) {
Write-Host "Installing Splunk Distribution of OpenTelemetry .NET ..."

# Avoid issues with NGEN assemblies by forcing SingleDomain mode.
RUN Set-ItemProperty -Path "HKLM:\\SOFTWARE\\Microsoft\\.NETFramework" -Name "LoaderOptimization" -Value 1 -Type DWord
Set-ItemProperty -Path "HKLM:\\SOFTWARE\\Microsoft\\.NETFramework" -Name "LoaderOptimization" -Value 1 -Type DWord

$zipPath = Join-Path $scriptDir "splunk-opentelemetry-dotnet-windows.zip"
Install-OpenTelemetryCore -LocalPath $zipPath
Expand Down

0 comments on commit 940f2d6

Please sign in to comment.