Skip to content

Commit e62e0e7

Browse files
committed
Use -LiteralPath where appropriate
1 parent 44ed582 commit e62e0e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/Get-NuGetTool.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function Test-NuGetExecutableSignature {
1515
[string]$Path
1616
)
1717

18-
if (!(Test-Path $Path)) {
18+
if (!(Test-Path -LiteralPath $Path)) {
1919
return $false
2020
}
2121

0 commit comments

Comments
 (0)