Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett <[email protected]>
  • Loading branch information
Alan Jowett committed Apr 23, 2024
1 parent 15899f8 commit a79c578
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion tools/process_monitor/process_monitor.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ $(Outdir)ntos_ebpf_ext_export_program_info.exe</Command>
<ClCompile Include="process_monitor.cpp" />
</ItemGroup>
<ItemGroup>
<CopyFileToFolders Include="..\..\scripts\Install-eBbpfForWindows.ps1">
<CopyFileToFolders Include="..\..\scripts\Install-eBpfForWindows.ps1">
<FileType>Document</FileType>
</CopyFileToFolders>
<None Include="packages.config" />
Expand Down
2 changes: 1 addition & 1 deletion tools/process_monitor/process_monitor.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<CopyFileToFolders Include="..\..\scripts\Install-eBbpfForWindows.ps1" />
<CopyFileToFolders Include="..\..\scripts\Install-eBpfForWindows.ps1" />
<CopyFileToFolders Include="Test-ProcessMonitor.ps1" />
</ItemGroup>
</Project>

0 comments on commit a79c578

Please sign in to comment.