Skip to content

Commit 6f1b15c

Browse files
Changed double quotes to single-quotes
Co-authored-by: Howard Wolosky <[email protected]>
1 parent a53d6c1 commit 6f1b15c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GitHubCore.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ function Invoke-GHRestMethod
585585
}
586586
finally
587587
{
588-
if ($PSVersionTable.PSVersion -lt [version]"7.0.0")
588+
if ($PSVersionTable.PSVersion -lt [Version]'7.0.0')
589589
{
590590
[Net.ServicePointManager]::SecurityProtocol = $originalSecurityProtocol
591591
}

0 commit comments

Comments
 (0)