Fix typo
This commit is contained in:
@@ -129,7 +129,7 @@ If (-Not $NoLog) {
|
||||
If (-not $LogDir) {
|
||||
$LogDir = $AppDir
|
||||
}
|
||||
Add-LogEntry (Start-Transcript "$AppDir\$ThisScript.log" -Append)
|
||||
Add-LogEntry (Start-Transcript "$LogDir\$ThisScript.log" -Append)
|
||||
}
|
||||
|
||||
# Load any modules required by script
|
||||
|
Reference in New Issue
Block a user