Skip to content

Commit

Permalink
Fixed unicode quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
SamErde committed Jun 27, 2024
1 parent dcf4c11 commit 67971f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OldSamples/IISLogsCleanup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ function IsFileLocked( [string]$path)
}
Catch [IO.IOException]
{
If ($_.Exception.Message.EndsWith(it is being used by another process.) -eq $false)
If ($_.Exception.Message.EndsWith("it is being used by another process.") -eq $false)
{
# Throw $_.Exception
[bool] $isFileLocked = $true
Expand Down

0 comments on commit 67971f8

Please sign in to comment.