Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GHXX committed Jun 16, 2021
1 parent f1991a3 commit 7426feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataInterfaceConsoleTest/Install/installAndRun.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$ErrorActionPreference = 'SilentlyContinue'
dotnet2 --list-runtimes | findstr /C:"Microsoft.NETCore.App 3.1"
dotnet --list-runtimes | findstr /C:"Microsoft.NETCore.App 3.1"
$ErrorActionPreference = 'Continue'

If ($lastExitCode -eq "0") {
Expand Down

0 comments on commit 7426feb

Please sign in to comment.