Skip to content

Commit

Permalink
fix (#2824)
Browse files Browse the repository at this point in the history
  • Loading branch information
saxena-anurag authored Sep 6, 2023
1 parent ebc4816 commit 998f2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup-ebpf.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
param ([switch]$Uninstall,
[parameter(Mandatory=$false)][string] $LogFileName = "TestLog.log")

$WorkingDirectory = "$PSScriptRoot\.."
$WorkingDirectory = "$PSScriptRoot"
Write-Host "PSScriptRoot is $PSScriptRoot"
Write-Host "WorkingDirectory is $WorkingDirectory"
Write-Host "LogFileName is $LogFileName"
Expand Down

0 comments on commit 998f2f9

Please sign in to comment.