Skip to content

Commit

Permalink
Fixed Hyphen
Browse files Browse the repository at this point in the history
`–Force` to `-Force`
  • Loading branch information
VertigoRay committed Jan 12, 2023
1 parent c063115 commit 0a3fd4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PSWriteLog/PSWriteLog.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if ((New-Object System.Security.Principal.WindowsPrincipal([System.Security.Prin
}
Write-Debug ('Version Used: {0}' -f ($versionUsed | ConvertTo-Json))
if (-not (Test-Path $versionUsed.LiteralPath)) {
New-Item -Path $versionUsed.LiteralPath Force
New-Item -Path $versionUsed.LiteralPath -Force
}
Set-ItemProperty @versionUsed
}
Expand Down

0 comments on commit 0a3fd4c

Please sign in to comment.