Update TGBeta.ps1

This commit is contained in:
2025-01-28 01:03:08 -05:00
parent 7e97860bf2
commit 491e23ef72

View File

@@ -277,7 +277,7 @@ function Install-SVSMSP {
# Log file path for tracking installation steps
[Parameter(Mandatory = $false)]
[string]$LogFilePath = "$env:SVSMSP\svstoolkit.log",
[string]$LogFilePath = "$env:SVSMSP\svstoolkit.log"
)