Skip to content

Commit

Permalink
Fix the dash for non-English Systems
Browse files Browse the repository at this point in the history
Fixes issue 9to5IT#7
  • Loading branch information
davidthemaster30 authored Dec 11, 2018
1 parent 41780a5 commit 05e6f21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Module/PSLogging/PSLogging.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Function Start-Log {
}

#Create file and start logging
New-Item -Path $sFullPath ItemType File
New-Item -Path $sFullPath -ItemType File

Add-Content -Path $sFullPath -Value "***************************************************************************************************"
Add-Content -Path $sFullPath -Value "Started processing at [$([DateTime]::Now)]."
Expand Down Expand Up @@ -615,4 +615,4 @@ Function Send-Log {
Exit 1
}
}
}
}

0 comments on commit 05e6f21

Please sign in to comment.