We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9766ce1 commit e77cbd5Copy full SHA for e77cbd5
PSRedstone/PSRedstone.psm1
@@ -28,7 +28,7 @@ if ((New-Object System.Security.Principal.WindowsPrincipal([System.Security.Prin
28
}
29
Write-Debug ('Version Used: {0}' -f ($versionUsed | ConvertTo-Json))
30
if (-not (Test-Path $versionUsed.LiteralPath)) {
31
- New-Item -Path $versionUsed.LiteralPath –Force
+ New-Item -Path $versionUsed.LiteralPath -Force
32
33
Set-ItemProperty @versionUsed
34
0 commit comments