Skip to content

Commit e77cbd5

Browse files
committed
Fixed invalid hyphen
1 parent 9766ce1 commit e77cbd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PSRedstone/PSRedstone.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if ((New-Object System.Security.Principal.WindowsPrincipal([System.Security.Prin
2828
}
2929
Write-Debug ('Version Used: {0}' -f ($versionUsed | ConvertTo-Json))
3030
if (-not (Test-Path $versionUsed.LiteralPath)) {
31-
New-Item -Path $versionUsed.LiteralPath Force
31+
New-Item -Path $versionUsed.LiteralPath -Force
3232
}
3333
Set-ItemProperty @versionUsed
3434
}

0 commit comments

Comments
 (0)