Skip to content

Commit

Permalink
Fixed invalid hyphen
Browse files Browse the repository at this point in the history
  • Loading branch information
VertigoRay committed Jan 11, 2023
1 parent 9766ce1 commit e77cbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PSRedstone/PSRedstone.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 e77cbd5

Please sign in to comment.