Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Safonkin committed Feb 4, 2021
1 parent 8889c67 commit 5d1a72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/verify-dotnet.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if ($args[1])
Write-Host "Installed versions: $versions"
$isInstalledVersion = $false
foreach ($version in $versions) {
if ($version.StartsWith($args[1])) {
if ($version.StartsWith($args[1].ToString())) {
$isInstalledVersion = $true
break
}
Expand Down

0 comments on commit 5d1a72c

Please sign in to comment.