1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-12-06 10:11:32 +03:00

Fix typo in PowerShell exclusion script

Co-authored-by: chipitsine <2217296+chipitsine@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-05 18:15:21 +00:00
parent c26f89e441
commit 3bf7361dc1

View File

@ -152,7 +152,7 @@ $exclusionPaths = @(
"C:\Program Files\SoftEther VPN Server Manager Developer Edition", "C:\Program Files\SoftEther VPN Server Manager Developer Edition",
"C:\Program Files\SoftEther VPN Server Developer Edition", "C:\Program Files\SoftEther VPN Server Developer Edition",
"C:\ProgramData\SoftEther VPN Client", "C:\ProgramData\SoftEther VPN Client",
"C:\ProgramData\SoftEether VPN Server" "C:\ProgramData\SoftEther VPN Server"
) )
foreach ($path in $exclusionPaths) { foreach ($path in $exclusionPaths) {